Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
def
_get_words(cli, args, incomplete):
29
return
[c.value
for
c in _get_completions(cli, args, incomplete)]
30
31
32
def
test_command():
Callers
15
test_command
Function · 0.85
test_group
Function · 0.85
test_nested_group
Function · 0.85
test_group_command_same_option
Function · 0.85
test_chained
Function · 0.85
test_help_option
Function · 0.85
test_argument_order
Function · 0.85
test_argument_default
Function · 0.85
test_type_choice
Function · 0.85
test_choice_special_characters
Function · 0.85
test_choice_conflicting_prefix
Function · 0.85
test_option_count
Function · 0.85
Calls
1
_get_completions
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…