Package backend :: Package server :: Package importlib :: Module importLib :: Class Item
[hide private]
[frames] | no frames]

Class Item

source code


First level object, that stores information in a hash-like structure

Instance Methods [hide private]
 
__init__(self, attributes=None) source code
 
populate(self, hash) source code
 
__repr__(self) source code

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Class Variables [hide private]

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__init__(self, attributes=None)
(Constructor)

source code 
Overrides: UserDict.UserDict.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: UserDict.UserDict.__repr__