Package rosh :: Package impl :: Module bag :: Class BagTopic
[frames] | no frames]

Class BagTopic

source code

         object --+    
                  |    
namespace.Namespace --+
                      |
                     BagTopic

Instance Methods
 
__init__(self, name, config)
ctor.
source code
 
__iter__(self) source code
 
__getattribute__(self, key)
x.__getattribute__('name') <==> x.name (Inherited from rosh.impl.namespace.Namespace)
source code
 
__getitem__(self, key)
Dictionary-style accessor (Inherited from rosh.impl.namespace.Namespace)
source code

Inherited from object: __delattr__, __format__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, name, config)
(Constructor)

source code 

ctor.

Parameters:
  • config - Namespace configuration instance.
Overrides: object.__init__
(inherited documentation)

__iter__(self)

source code 
Overrides: namespace.Namespace.__iter__