We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The TreeValue class need to inherit MutableMapping class for supporting all the features that dict object have.
TreeValue
MutableMapping
dict
See: https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
This is about dictview: https://docs.python.org/3/library/stdtypes.html#dictionary-view-objects
dictview
Maybe we need to manually build a treevalueview class for keys, values and items.
treevalueview
keys
values
items
HansBug
No branches or pull requests
The
TreeValue
class need to inheritMutableMapping
class for supporting all the features thatdict
object have.See: https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes
The text was updated successfully, but these errors were encountered: