class documentation

Undocumented

Method __init__ Undocumented
Method __ior__ Undocumented
Method __new__ Undocumented
Method __or__ Undocumented
Method __reduce__ Undocumented
Method __repr__ Undocumented
Method __ror__ Undocumented
Method merge_with Undocumented
Method union Undocumented
Method _union_w_kw Undocumented

Inherited from ImmutableDictBase:

Method clear Undocumented
Method pop Undocumented
Method popitem Undocumented
Method setdefault Undocumented
Method update Undocumented
Method _readonly Undocumented

Inherited from ReadOnlyContainer (via ImmutableDictBase):

Method __delitem__ Undocumented
Method __setattr__ Undocumented
Method __setitem__ Undocumented
Class Variable __slots__ Undocumented
Method _immutable Undocumented
def __ior__(self, __value: Any) -> NoReturn: (source)

Undocumented

def __or__(self, __value: Mapping[_KT, _VT]) -> immutabledict[_KT, _VT]: (source)

Undocumented

def __reduce__(self): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

def __ror__(self, __value: Mapping[_KT, _VT]) -> immutabledict[_KT, _VT]: (source)

Undocumented

def merge_with(self, *dicts: Optional[Mapping[_KT, _VT]]) -> immutabledict[_KT, _VT]: (source)

Undocumented

def union(self, __d: Optional[Mapping[_KT, _VT]] = None) -> immutabledict[_KT, _VT]: (source)

Undocumented

def _union_w_kw(self, __d: Optional[Mapping[_KT, _VT]] = None, **kw: _VT) -> immutabledict[_KT, _VT]: (source)

Undocumented