Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ test_import_completer
Function
test_import_completer
IPython/core/tests/test_imports.py:3–4 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
# encoding: utf-8
2
3
def
test_import_completer():
4
from
IPython.core
import
completer
5
6
def
test_import_crashhandler():
7
from
IPython.core
import
crashhandler
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected