Module data :: Class SpecificData
[hide private]
[frames] | no frames]

Class SpecificData

source code


Instance Methods [hide private]
new empty dictionary

__init__(self)
Dictionary type class for specific data.
source code
 
__repr__(self)
repr(x)
source code
 
add_item(self, key)
Function for adding an empty container to the dictionary.
source code

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Dictionary type class for specific data.

Returns:
new empty dictionary

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)