MCPcopy Index your code
hub / github.com/dbcli/mycli / start_completion

Method start_completion

test/pytests/test_key_bindings.py:54–63  ·  view source on GitHub ↗
(
        self,
        select_first: bool = False,
        insert_common_part: bool = False,
    )

Source from the content-addressed store, hash-verified

52 self.complete_next_calls += 1
53
54 def start_completion(
55 self,
56 select_first: bool = False,
57 insert_common_part: bool = False,
58 ) -> None:
59 self.start_completion_calls.append({
60 'select_first': select_first,
61 'insert_common_part': insert_common_part,
62 })
63 self.complete_state = object()
64
65 def cancel_completion(self) -> None:
66 self.cancel_completion_calls += 1

Callers 1

_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected