exception documentation
class SkipSiblings(TreePruningException): (source)
Do not visit any more siblings (to the right) of the current node. The current node's children and its depart_... method are not affected.
class SkipSiblings(TreePruningException): (source)
Do not visit any more siblings (to the right) of the current node. The current node's children and its depart_... method are not affected.