class documentation

wordnum:height*wordnum:height*... wordnum:height,

Static Method parse Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Method select Undocumented
Method treepos Convert this pointer to a standard 'tree position' pointer, given that it points to the given tree.
Instance Variable height Undocumented
Instance Variable wordnum Undocumented
@staticmethod
def parse(s): (source)

Undocumented

def __eq__(self, other): (source)

Undocumented

def __init__(self, wordnum, height): (source)
def __lt__(self, other): (source)

Undocumented

def __ne__(self, other): (source)

Undocumented

def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

def select(self, tree): (source)

Undocumented

def treepos(self, tree): (source)

Convert this pointer to a standard 'tree position' pointer, given that it points to the given tree.

Undocumented

Undocumented