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

Method invocable_via_python_dash_m

integration/main.py:81–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79
80 @trap
81 def invocable_via_python_dash_m(self) -> None:
82 _output_eq(
83 "python -m invoke print-name --name mainline", "mainline"
84 )
85
86 class funky_characters_in_stdout:
87 @only_utf8

Callers

nothing calls this directly

Calls 1

_output_eqFunction · 0.85

Tested by

no test coverage detected