Closed LarsHill closed 2 years ago
Add keys() and __contains__() method directly to MetaDict to remove the PyCharm warning for dict unpacking.
keys()
__contains__()
MetaDict
This should not be necessary since MetaDict already inherits both keys() and __contains__() from MutableMapping.
MutableMapping
Add
keys()
and__contains__()
method directly toMetaDict
to remove the PyCharm warning for dict unpacking.This should not be necessary since
MetaDict
already inherits bothkeys()
and__contains__()
fromMutableMapping
.