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

Method base

src/tox/config/cli/parser.py:370–371  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

368
369 @classmethod
370 def base(cls) -> Self:
371 return cls(add_help=False, root=True)
372
373 @classmethod
374 def core(cls) -> Self:

Callers 8

_get_baseFunction · 0.80
test_parser_colorFunction · 0.80
test_sub_sub_commandFunction · 0.80
test_parser_hintFunction · 0.80

Calls

no outgoing calls

Tested by 7

test_parser_colorFunction · 0.64
test_sub_sub_commandFunction · 0.64
test_parser_hintFunction · 0.64