irx.analysis.handlers.imports
irx.analysis.handlers.imports
Source: packages/irx/src/irx/analysis/handlers/imports.py
title: Import and module-binding semantic visitors.
summary: >-
Resolve host-provided imports into semantic module-visible bindings while
keeping import coordination separate from declaration and expression rules.Classes
ImportVisitorMixin(SemanticVisitorMixinBase)
No docstring available.
Methods
visit(self, node: astx.ImportStmt) -> None
title: Visit ImportStmt nodes.
parameters:
node:
type: astx.ImportStmtvisit(self, node: astx.ImportFromStmt) -> None
title: Visit ImportFromStmt nodes.
parameters:
node:
type: astx.ImportFromStmtvisit(self, node: astx.ImportExpr) -> None
title: Visit ImportExpr nodes.
parameters:
node:
type: astx.ImportExprvisit(self, node: astx.ImportFromExpr) -> None
title: Visit ImportFromExpr nodes.
parameters:
node:
type: astx.ImportFromExpr