MCPcopy Index your code
hub / github.com/bpython/bpython / cut_to_buffer

Method cut_to_buffer

bpython/curtsiesfrontend/repl.py:1035–1037  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1033 )
1034
1035 def cut_to_buffer(self):
1036 self.cut_buffer = self.current_line[self.cursor_offset :]
1037 self.current_line = self.current_line[: self.cursor_offset]
1038
1039 def yank_from_buffer(self):
1040 pass

Callers 1

process_key_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected