TreeNode#
Added in version 2.68.
- class TreeNode(*args, **kwargs)#
An opaque type which identifies a specific node in a Tree.
Methods#
- class TreeNode
-
- next() TreeNode | None#
Returns the next in-order node of the tree, or
Noneif the passed node was already the last one.Added in version 2.68.