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
Note that the mutable methods will not work for a stored node, however. Or we might decide that when that is the case, a normal dict is made out of the stored node, the method is applied on that object and then returned. But this kind of magic may be too counter-intuitive and too dangerous.
Potential methods, we might want to implement:
clear
get
items
keys
pop
popitem
setdefault
update
values
__getitem__
__setitem__
__delitem__
__getattr__
__setattr__
__delattr__
The text was updated successfully, but these errors were encountered: