spacewalk :: server :: importlib :: importLib :: SourcePackage :: Class SourcePackage
[hide private]
[frames] | no frames]

Class SourcePackage


The most base type

Instance Methods [hide private]
 
__init__(self)
 
short_str(self)

Inherited from IncompletePackage: 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 = {'build_host': <type 'str'>, 'build_time': <c...

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: UserDict.UserDict.__init__

short_str(self)

 
Overrides: IncompletePackage.short_str

Class Variable Details [hide private]

attributeTypes

Value:
{'build_host': <type 'str'>,
 'build_time': <class spacewalk.server.importlib.importLib.DateType at\
 0x7f4fe238b258>,
 'checksum_list': [<class spacewalk.server.importlib.importLib.Checksu\
m at 0x7f4fe238b9a8>],
 'cookie': <type 'str'>,
 'last_modified': <class spacewalk.server.importlib.importLib.DateType\
 at 0x7f4fe238b258>,
...