Skip to main content

Module python_parser

Module python_parser 

Source
Expand description

Python language parser using tree-sitter-python.

Functions§

parse
Parse a Python source file and extract definitions.
parse_with_edges
Parse with edge extraction — returns nodes and relationship tuples.