MCPcopy Index your code
hub / github.com/ipython/ipython / test_import_plain

Function test_import_plain

tests/test_importstring.py:23–28  ·  view source on GitHub ↗

Test simple imports

()

Source from the content-addressed store, hash-verified

21
22
23def test_import_plain():
24 "Test simple imports"
25 import os
26
27 os2 = import_item("os")
28 assert os is os2
29
30
31def test_import_nested():

Callers

nothing calls this directly

Calls 1

import_itemFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…