MCPcopy Index your code
hub / github.com/pyinvoke/invoke / _run

Function _run

tests/runners.py:60–64  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

58
59
60def _run(*args, **kwargs):
61 klass = kwargs.pop("klass", _Dummy)
62 settings = kwargs.pop("settings", {})
63 context = Context(config=Config(overrides=settings))
64 return klass(context).run(*args, **kwargs)
65
66
67def _runner(out="", err="", **kwargs):

Callers 2

_runMethod · 0.85
_runMethod · 0.85

Calls 4

ContextClass · 0.90
ConfigClass · 0.90
popMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…