Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ _load
Function
_load
tests/config.py:29–32 ·
view source on GitHub ↗
(kwarg, type_, **kwargs)
Source
from the content-addressed store, hash-verified
27
28
29
def
_load(kwarg, type_, **kwargs):
30
path = join(CONFIGS_PATH, type_ +
"/"
)
31
kwargs[kwarg] = path
32
return
Config(**kwargs)
33
34
35
class
Config_:
Callers
5
system_global
Method · 0.85
system_can_skip_merging
Method · 0.85
user_specific
Method · 0.85
user_can_skip_merging
Method · 0.85
python_modules_dont_load_special_vars
Method · 0.85
Calls
2
Config
Class · 0.90
join
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…