atlas.analyzers.python_parser._extract_imports
Details
Type: function
File: atlas/analyzers/python_parser.py
Lines: 204–231
Signature: (tree: ast.AST) -> list[ImportInfo]
Docstring
Extract all import statements from a module AST.
Type: function
File: atlas/analyzers/python_parser.py
Lines: 204–231
Signature: (tree: ast.AST) -> list[ImportInfo]
Extract all import statements from a module AST.