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

Class Erratum

source code


Instance Methods [hide private]

Inherited from Information: __init__

Inherited from BaseInformation: toDict

Inherited from Item: __repr__, populate

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]
  attributeTypes = {'advisory': <type 'str'>, 'advisory_name': <...

Inherited from UserDict.UserDict: __hash__

Class Variable Details [hide private]

attributeTypes

Value:
{'advisory': <type 'str'>,
 'advisory_name': <type 'str'>,
 'advisory_rel': <type 'int'>,
 'advisory_type': <type 'str'>,
 'bugs': [<class backend.server.importlib.importLib.Bug at 0x7f4fd26c9\
a10>],
 'channels': [<class backend.server.importlib.importLib.Channel at 0x7\
f4fd26c9600>],
...