Public Member Functions | |
def | __init__ (self, args, kw) |
def | __new__ (cls, args, kw) |
def | __repr__ (self) |
Properties | |
_blocked_attribute = property(_blocked_attribute) | |
Private Member Functions | |
def | _blocked_attribute (obj) |
Definition at line 72 of file DictTypes.py.
def DictTypes.FixedKeysDict.__init__ | ( | self, | |
args, | |||
kw | |||
) |
Definition at line 83 of file DictTypes.py.
def DictTypes.FixedKeysDict.__new__ | ( | cls, | |
args, | |||
kw | |||
) |
Definition at line 79 of file DictTypes.py.
Referenced by SequenceTypes._ModuleSequenceType.copyAndExclude().
def DictTypes.FixedKeysDict.__repr__ | ( | self | ) |
Definition at line 85 of file DictTypes.py.
|
private |
|
staticprivate |
Definition at line 75 of file DictTypes.py.
Referenced by DictTypes.FixedKeysDict._blocked_attribute().