MCPcopy Index your code
hub / github.com/pyinvoke/invoke / support_path

Function support_path

tests/_util.py:36–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35@contextmanager
36def support_path():
37 sys.path.insert(0, support)
38 try:
39 yield
40 finally:
41 sys.path.pop(0)
42
43
44def load(name):

Calls 1

popMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…