class documentation

class _ERDict(Dict[Any, Any]): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __missing__ Undocumented
Instance Variable registry Undocumented
def __init__(self, registry: CachingEntityRegistry): (source)

Undocumented

def __missing__(self, key: Any) -> PropRegistry: (source)

Undocumented

registry = (source)

Undocumented