TreeNode.previous

Returns the previous in-order node of the tree, or %NULL if the passed node was already the first one.

class TreeNode
previous
()

Return Value

Type: TreeNode

the previous node in the tree

Meta

Since

2.68