MCPcopy
hub / github.com/tox-dev/tox / tox_add_option

Function tox_add_option

src/tox/session/state.py:46–55  ·  view source on GitHub ↗
(parser: ToxParser)

Source from the content-addressed store, hash-verified

44
45@impl
46def tox_add_option(parser: ToxParser) -> None:
47 from tox.tox_env.register import REGISTER # noqa: PLC0415
48
49 parser.add_argument(
50 "--runner",
51 dest="default_runner",
52 help="the tox run engine to use when not explicitly stated in tox env configuration",
53 default=REGISTER.default_env_runner,
54 choices=list(REGISTER.env_runners),
55 )

Callers

nothing calls this directly

Calls 1

add_argumentMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…