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

Method parse_args

src/tox/config/cli/parser.py:86–86  ·  view source on GitHub ↗
(self, args: Iterable[str] | None = None, namespace: None = None)

Source from the content-addressed store, hash-verified

84
85 @overload
86 def parse_args(self, args: Iterable[str] | None = None, namespace: None = None) -> Namespace: ...
87
88 @overload
89 def parse_args(self, args: Iterable[str] | None, namespace: _N) -> _N: ...

Callers 5

_parse_lineMethod · 0.80
test_parser_colorFunction · 0.80
test_parser_hintFunction · 0.80
release.pyFile · 0.80

Calls 2

parse_known_argsMethod · 0.80
joinMethod · 0.80

Tested by 3

test_parser_colorFunction · 0.64
test_parser_hintFunction · 0.64