Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/click
/ test_parser_default_prefixes
Function
test_parser_default_prefixes
tests/test_parser.py:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
22
def
test_parser_default_prefixes():
23
parser = _OptionParser()
24
assert parser._opt_prefixes == {
"-"
,
"--"
}
25
26
27
def
test_parser_collects_prefixes():
Callers
nothing calls this directly
Calls
1
_OptionParser
Class · 0.90
Tested by
no test coverage detected