MCPcopy Create free account
hub / github.com/dbcli/mycli / transform_region

Method transform_region

test/pytests/test_key_bindings.py:75–76  ·  view source on GitHub ↗
(self, start: int, end: int, handler: Callable[[str], str])

Source from the content-addressed store, hash-verified

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))
77
78 def insert_text(self, text: str) -> None:
79 self.inserted_text.append(text)

Callers 1

_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected