You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in this comment
In place of a regular "NameMap", we have a controlled map with a customised __getitem__ and __setitem__, ensuring the array-type content.
There is little doubt that overall this would be a smoother overall solution.
For now the problems are just :
delays a v0.2 release a bit further
(not least because..) requires more changes to documentation
As described in this comment
In place of a regular "NameMap", we have a controlled map with a customised
__getitem__and__setitem__, ensuring the array-type content.There is little doubt that overall this would be a smoother overall solution.
For now the problems are just :