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

Method source

src/click/shell_completion.py:366–368  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 )
365
366 def source(self) -> str:
367 self._check_version()
368 return super().source()
369
370 def get_completion_args(self) -> tuple[list[str], str]:
371 cwords = split_arg_string(os.environ["COMP_WORDS"])

Callers 1

shell_completeFunction · 0.45

Calls 1

_check_versionMethod · 0.95

Tested by

no test coverage detected