MCPcopy 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
44def load(name):
45 with support_path():
46 imported = __import__(name)
47 return imported
48
49
50def support_file(subpath):

Calls 1

support_pathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…