MCPcopy Index your code
hub / github.com/RustPython/RustPython / import.py

File import.py

extra_tests/snippets/import.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import import_mutual1
2import import_target
3import import_target as aliased
4from import_star import *

Callers

nothing calls this directly

Calls 7

funcFunction · 0.90
other_funcFunction · 0.90
assert_raisesFunction · 0.90
execFunction · 0.70
__import__Function · 0.50
funcMethod · 0.45

Tested by

no test coverage detected