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.
Python language parser using tree-sitter-python.