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

Class Package


A package is a hash of attributes

Instance Methods [hide private]
 
__init__(self)

Inherited from IncompletePackage: short_str, 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 = {'breaks': [<class spacewalk.server.importlib...

Inherited from UserDict.UserDict: __hash__

Method Details [hide private]

__init__(self)
(Constructor)

 
Overrides: UserDict.UserDict.__init__

Class Variable Details [hide private]

attributeTypes

Value:
{'breaks': [<class spacewalk.server.importlib.importLib.Dependency at \
0x7f4fe238b8d8>],
 'build_host': <type 'str'>,
 'build_time': <class spacewalk.server.importlib.importLib.DateType at\
 0x7f4fe238b258>,
 'changelog': [<class spacewalk.server.importlib.importLib.ChangeLog a\
t 0x7f4fe238b940>],
 'channels': [<type 'str'>],
...