25 from ._typehandling
import SimpleGenericMapS
29 _oldInit = SimpleGenericMapS.__init__
37 self.update(source, **kwargs)
44 mapping.update({key: value
for key
in iterable})
def fromkeys(cls, iterable, value=None)
def __init__(self, source=None, kwargs)