Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_import_macro
Function
test_import_macro
IPython/core/tests/test_imports.py:30–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
from
IPython.core
import
logger
29
30
def
test_import_macro():
31
from
IPython.core
import
macro
32
33
def
test_import_magic():
34
from
IPython.core
import
magic
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected