Package roslib :: Module manifestlib :: Class StackDepend
[frames] | no frames]

Class StackDepend

source code

object --+
         |
        StackDepend

Stack Manifest 'depend' tag

Instance Methods
 
__init__(self, stack)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
source code
 
__repr__(self)
repr(x)
source code
 
__eq__(self, obj) source code
str
xml(self)
Returns: stack depend instance represented as stack manifest XML
source code

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

Properties
  annotation
  stack

Inherited from object: __class__

Method Details

__init__(self, stack)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • stack (str) - stack name. must be non-empty
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

xml(self)

source code 
Returns: str
stack depend instance represented as stack manifest XML