MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / test_resolve_completer_none

Function test_resolve_completer_none

tests/test_cmd2.py:2120–2122  ·  view source on GitHub ↗
(base_app: cmd2.Cmd)

Source from the content-addressed store, hash-verified

2118
2119
2120def test_resolve_completer_none(base_app: cmd2.Cmd) -> None:
2121 completer = base_app._resolve_completer()
2122 assert isinstance(completer, DummyCompleter)
2123
2124
2125def test_resolve_completer_with_choices(base_app: cmd2.Cmd) -> None:

Callers

nothing calls this directly

Calls 1

_resolve_completerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…