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

Method start_selection

test/pytests/test_key_bindings.py:72–73  ·  view source on GitHub ↗
(self, selection_type: SelectionType)

Source from the content-addressed store, hash-verified

70 self.open_in_editor_calls.append(validate_and_handle)
71
72 def start_selection(self, selection_type: SelectionType) -> None:
73 self.start_selection_calls.append(selection_type)
74
75 def transform_region(self, start: int, end: int, handler: Callable[[str], str]) -> None:
76 self.transform_calls.append((start, end, handler))

Callers 1

_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected