Skip to main content

Module adapter

Module adapter 

Source
Expand description

The Python answers behind PythonAdapter.

LanguageAdapter is analysis-owned, so the trait impl itself stays in analyzer/python/adapter.rs; every answer it gives comes from here or from crate::declarations. synthesize_hydrated_units is the one exception: it mutates FileState, an analysis type, and stays with the shell.

Constants§

PYTHON_FILE_EXTENSION

Statics§

PYTHON_COGNITIVE_CONFIG
Tree-sitter node-kind mapping used by the cognitive-complexity scorer for Python. Mirrors ai.brokk.analyzer.python.CognitiveComplexityAnalysis.

Functions§

python_extract_call_receiver