MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / ask

Method ask

tests/test_cli_helpers.py:325–326  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

323 self._value = value
324
325 def ask(self) -> object:
326 return self._value
327
328 def _fake_select(
329 message: str, choices: object, default: object = None, **_kw: object

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected