class documentation

class Path(object):

Constructor: Path(tag, parent, suffix, tree)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable parent Undocumented
Instance Variable suffix Undocumented
Instance Variable tag Undocumented
Instance Variable tree Undocumented
def __init__(self, tag, parent=None, suffix='', tree=None):

Undocumented

def __str__(self):

Undocumented

parent =

Undocumented

suffix =

Undocumented

tag =

Undocumented

tree =

Undocumented