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

Class SourcePackage

source code


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

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)

source code 
Overrides: UserDict.UserDict.__init__

short_str(self)

source code 
Overrides: IncompletePackage.short_str

Class Variable Details [hide private]

attributeTypes

Value:
{'package_group': StringType, 'rpm_version': StringType, 'source_rpm':\
 StringType, 'payload_size': IntType, 'payload_format': StringType, 'b\
uild_host': StringType, 'build_time': DateType, 'vendor': StringType, \
'cookie': StringType, 'package_size': IntType, 'path': StringType, 'la\
st_modified': DateType, 'md5sum': StringType, 'sigmd5': StringType, 'c\
hecksum_list': [Checksum],}