exception documentation
class SkipNode(_TreePruningException): (source)
Do not visit the current node's children, and do not call the current node's depart_... method. The extensions will still be called.
class SkipNode(_TreePruningException): (source)
Do not visit the current node's children, and do not call the current node's depart_... method. The extensions will still be called.