
Sept. 30, 2020
12:47 a.m.
On Wed, Sep 30, 2020 at 10:41 AM Sebastian Kreft <skreft@gmail.com> wrote:
If I understood correctly what's going on, what would the difference between
del internally_inches[4:6, 8:10, unit="meters"] and del internally_inches[4:6, 8:10, unit="inches"]
Probably nothing, which shows that the ability to have keyword args doesn't mean you HAVE to have keyword args. It would make good sense to have an API that involves units for set and get, but ignores them for delete. ChrisA