Skip to main content

Module python

Module python 

Source
Expand description

Python language parser using tree-sitter-python.

Extracts function definitions (including async def), class definitions, call expressions, lambdas as anonymous functions, and optionally identifiers as variables.

Functionsยง

parse_python
Parse Python source code and return the extracted facts.
parse_python_detailed
Parse Python source code and return facts including variable nodes.
parse_python_impl ๐Ÿ”’