MCPcopy
hub / github.com/pallets/click / _get_words

Function _get_words

tests/test_shell_completion.py:28–29  ·  view source on GitHub ↗
(cli, args, incomplete)

Source from the content-addressed store, hash-verified

26
27
28def _get_words(cli, args, incomplete):
29 return [c.value for c in _get_completions(cli, args, incomplete)]
30
31
32def test_command():

Callers 15

test_commandFunction · 0.85
test_groupFunction · 0.85
test_nested_groupFunction · 0.85
test_chainedFunction · 0.85
test_help_optionFunction · 0.85
test_argument_orderFunction · 0.85
test_argument_defaultFunction · 0.85
test_type_choiceFunction · 0.85
test_option_countFunction · 0.85

Calls 1

_get_completionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…