class documentation

class MyTreeIter(object): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable hint Undocumented
Instance Variable n_children Undocumented
Instance Variable row Undocumented
Instance Variable treepath Undocumented
def __init__(self, treepath, row, n_children, hint=None): (source)

Undocumented

__slots__: tuple[str, ...] = (source)

Undocumented

hint = (source)

Undocumented

n_children = (source)

Undocumented

Undocumented

treepath = (source)

Undocumented