Skip to main content

Module declarations

Module declarations 

Source

Structs§

PythonVisitor
Scope

Functions§

collect_python_identifiers
module_code_unit
parse_python_file
Build the ParsedFile for one Python source file: module unit, type identifiers, and the declaration walk. analyzer/python/adapter.rs’s LanguageAdapter::parse_file is the only caller.
parse_python_tree
py_node_text
python_expanded_comment_start
python_is_decorated_function_boundary
python_module_fq
Build the structured module-path prefix for a Python declaration.
python_module_name
python_parameter_label_node
The identifier node that names one parameter’s binding.