Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_base
Function · 0.80
test_parser_const_with_default_none
Function · 0.80
test_parser_color
Function · 0.80
test_parser_unsupported_type
Function · 0.80
test_parser_choices_become_literal_type
Function · 0.80
test_sub_sub_command
Function · 0.80
test_parse_known_args_not_set
Function · 0.80
test_parser_hint
Function · 0.80
Calls
no outgoing calls
Tested by
7
test_parser_const_with_default_none
Function · 0.64
test_parser_color
Function · 0.64
test_parser_unsupported_type
Function · 0.64
test_parser_choices_become_literal_type
Function · 0.64
test_sub_sub_command
Function · 0.64
test_parse_known_args_not_set
Function · 0.64
test_parser_hint
Function · 0.64