class documentation

class StackDepend(object):

Constructor: StackDepend(stack)

View In Hierarchy

Stack Manifest 'depend' tag

Method __eq__ Undocumented
Method __init__ @param stack: stack name. must be non-empty @type stack: str
Method __repr__ Undocumented
Method __str__ Undocumented
Method xml @return: stack depend instance represented as stack manifest XML @rtype: str
Class Variable __slots__ Undocumented
Instance Variable annotation Undocumented
Instance Variable stack Undocumented
def __eq__(self, obj):

Undocumented

def __init__(self, stack):

@param stack: stack name. must be non-empty @type stack: str

def __repr__(self):

Undocumented

def __str__(self):

Undocumented

def xml(self):

@return: stack depend instance represented as stack manifest XML @rtype: str

__slots__: list[str] =

Undocumented

annotation =

Undocumented

stack =

Undocumented