MCPcopy Index your code
hub / github.com/python/mypy / transform_import_all

Function transform_import_all

mypyc/irbuild/statement.py:588–591  ·  view source on GitHub ↗
(builder: IRBuilder, node: ImportAll)

Source from the content-addressed store, hash-verified

586
587
588def transform_import_all(builder: IRBuilder, node: ImportAll) -> None:
589 if node.is_mypy_only:
590 return
591 builder.gen_import(node.id, node.line)
592
593
594def transform_if_stmt(builder: IRBuilder, stmt: IfStmt) -> None:

Callers 1

visit_import_allMethod · 0.90

Calls 1

gen_importMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…