Structs§
Functions§
- collect_
python_ identifiers - module_
code_ unit - parse_
python_ file - Build the
ParsedFilefor one Python source file: module unit, type identifiers, and the declaration walk.analyzer/python/adapter.rs’sLanguageAdapter::parse_fileis 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.