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

Class IncompletePackage

source code


Instance Methods [hide private]
 
__init__(self) source code
 
toDict(self) source code
 
short_str(self) source code

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 = {'arch': <type 'str'>, 'channels': [<type 'st...

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: UserDict.UserDict.__init__

toDict(self)

source code 
Overrides: BaseInformation.toDict

Class Variable Details [hide private]

attributeTypes

Value:
{'arch': <type 'str'>,
 'channels': [<type 'str'>],
 'checksum_list': [<class backend.server.importlib.importLib.Checksum \
at 0x7f4fd26c9870>],
 'epoch': <type 'str'>,
 'last_modified': <class backend.server.importlib.importLib.DateType a\
t 0x7f4fd26c9120>,
 'md5sum': <type 'str'>,
...