Package rosh :: Package impl :: Module packages :: Class Stack
[frames] | no frames]

Class Stack

source code

      object --+    
               |    
ManifestResource --+
                   |
                  Stack

Instance Methods
 
__init__(self, name, config)
ctor.
source code
 
__repr__(self)
repr(x) (Inherited from rosh.impl.packages.ManifestResource)
source code
 
__str__(self)
str(x) (Inherited from rosh.impl.packages.ManifestResource)
source code

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

Properties
  packages
  depends1 (Inherited from rosh.impl.packages.ManifestResource)

Inherited from object: __class__

Method Details

__init__(self, name, config)
(Constructor)

source code 

ctor.

Parameters:
  • config - Namespace configuration instance with additional 'listener' attribute.
Overrides: object.__init__
(inherited documentation)

Property Details

packages

Get Method:
_get_packages(self)