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.ImportStmt
visit(self, node: astx.ImportFromStmt) -> None
title: Visit ImportFromStmt nodes.
parameters:
  node:
    type: astx.ImportFromStmt
visit(self, node: astx.ImportExpr) -> None
title: Visit ImportExpr nodes.
parameters:
  node:
    type: astx.ImportExpr
visit(self, node: astx.ImportFromExpr) -> None
title: Visit ImportFromExpr nodes.
parameters:
  node:
    type: astx.ImportFromExpr