FICHA · MANJARO

python-visitor

A tiny pythonic visitor implementation

  • Library
  • Dev
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.