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
Python dicts can be constructed and updated this way. If one happens to have data in this form, one would currently have to go through a dict() first in order to construct or update a PMap.
These could perhaps both also take kwarg items, as Python's dict() and its .update() do, although that would preclude using kwargs for other purposes.
The text was updated successfully, but these errors were encountered:
Python dicts can be constructed and updated this way. If one happens to have data in this form, one would currently have to go through a
dict()
first in order to construct or update a PMap.These could perhaps both also take kwarg items, as Python's
dict()
and its.update()
do, although that would preclude using kwargs for other purposes.The text was updated successfully, but these errors were encountered: