Package yum :: Module misc :: Class GenericHolder
[hide private]
[frames] | no frames]

Class GenericHolder

source code

Generic Holder class used to hold other objects of known types It exists purely to be able to do object.somestuff, object.someotherstuff or object[key] and pass object to another function that will understand it

Instance Methods [hide private]
 
__init__(self, iter=None) source code
 
__iter__(self) source code
 
__getitem__(self, item) source code