class documentation

class _DictKeyAndValue:

Constructor: _DictKeyAndValue(dict)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __setitem__ Undocumented
Instance Variable dict Undocumented
Instance Variable key Undocumented
Instance Variable value Undocumented
def __init__(self, dict):

Undocumented

def __setitem__(self, n, obj):

Undocumented

dict =

Undocumented

key =

Undocumented

value =

Undocumented