class documentation

class FacadeDict(ImmutableContainer, dict):

View In Hierarchy

A dictionary that is not publicly mutable.
Method __new__ Undocumented
Method __reduce__ Undocumented
Method __repr__ Undocumented
Method ​_insert​_item insert an item into the dictionary directly.
Method copy Undocumented

Inherited from ImmutableContainer:

Method ​_immutable Undocumented
def __new__(cls, *args):

Undocumented

def __reduce__(self):

Undocumented

def __repr__(self):

Undocumented

def _insert_item(self, key, value):
insert an item into the dictionary directly.
def copy(self):

Undocumented