Structs§
Enums§
- Python
Parameter Splat - The identifier node that names one parameter’s binding.
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_
base_ origin_ node - The node whose text names a base class: the value a subscripted base applies its type arguments to, or the base expression itself.
- python_
expanded_ comment_ start - python_
first_ parameter_ name - The name a callable binds its first parameter to, which for a method is
the receiver every
self.xandsetattr(self, ...)in its body names. - 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 - python_
parameter_ splat - setuptools_
setup_ py_ python_ requires - Read the
python_requiresspecifier a legacysetup.pydeclares.