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

Function import_path

IPython/testing/plugin/pytest_ipdoctest.py:161–164  ·  view source on GitHub ↗
(path, root)

Source from the content-addressed store, hash-verified

159 _import_path = import_path
160
161 def import_path(path, root):
162 import py.path
163
164 return _import_path(py.path.local(path))
165
166
167def _is_setup_py(path: Path) -> bool:

Callers 1

collectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…