Skip to main content

Module structure

Module structure 

Source
Expand description

Python declaration/span extractor.

Functionsยง

python312_extract_imports
Extract import and from ... import ... statements.
python312_extract_structure
Extract def, async def, and class declarations.
python312_extract_with_blocks
Extract with / async with headers.