class documentation
class PartialVisitor(Visitor[T]): (source)
Visitor class that do not have to define all possible visit_.* methods since it overrides the default behaviour of unknown_visit() and unknown_departure() not to raise NotImplementedError.
Method | unknown |
Undocumented |
Method | unknown |
Undocumented |