| 1 | //! Python parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts functions, classes, methods, decorators, and module-level variables |
| 4 | //! from Python source code using tree-sitter-python. |
nothing calls this directly
no outgoing calls
no test coverage detected