Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ load
Function
load
tests/_util.py:44–47 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
42
43
44
def
load(name):
45
with
support_path():
46
imported = __import__(name)
47
return
imported
48
49
50
def
support_file(subpath):
Callers
15
may_specify_namespace
Method · 0.90
executor_class_may_be_overridden_via_configured_string
Method · 0.90
explicit_namespace_works_correctly
Method · 0.90
setup_method
Method · 0.90
setup_method
Method · 0.90
works_great_with_subclassing
Method · 0.90
honors_explicit_collections
Method · 0.90
allows_tasks_with_explicit_names_to_override_bound_name
Method · 0.90
returns_unique_Collection_objects_for_same_input_module
Method · 0.90
setup_method
Method · 0.90
can_take_module_objects
Method · 0.90
honors_subcollection_task_aliases
Method · 0.90
Calls
1
support_path
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…