MCPcopy
hub / github.com/pytest-dev/pytest / _argcomplete.py

File _argcomplete.py

src/_pytest/_argcomplete.py:None–None  ·  src/_pytest/_argcomplete.py

Source from the content-addressed store, hash-verified

1class="st">"""Allow bash-completion for argparse with argcomplete if installed.
2
3Needs argcomplete>=0.5.6 for python 3.2/3.3 (older versions fail
4to find the magic string, so _ARGCOMPLETE env. var is never set, and

Callers

nothing calls this directly

Calls 2

FastFilesCompleterClass · 0.85
getMethod · 0.45

Tested by

no test coverage detected