Description
Implements a small visitor pattern helper for Python code. It helps applications dispatch behavior based on object types or tree nodes without writing repeated conditional logic.
Developers use it as a library. Visitor-based code should keep dispatch rules clear, because hidden method naming conventions can make control flow harder to follow.