MCPcopy 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
29def _load(kwarg, type_, **kwargs):
30 path = join(CONFIGS_PATH, type_ + "/")
31 kwargs[kwarg] = path
32 return Config(**kwargs)
33
34
35class Config_:

Callers 5

system_globalMethod · 0.85
user_specificMethod · 0.85
user_can_skip_mergingMethod · 0.85

Calls 2

ConfigClass · 0.90
joinClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…