Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
def
support_path():
37
sys.path.insert(0, support)
38
try
:
39
yield
40
finally:
41
sys.path.pop(0)
42
43
44
def
load(name):
Callers
5
sudo_prompt_up_front
Method · 0.90
submodule_names_are_stripped_to_last_chunk
Method · 0.90
name_docstring_default_and_tasks
Method · 0.90
name_docstring_default_tasks_and_collections
Method · 0.90
load
Function · 0.85
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…