MCPcopy Index your code
hub / github.com/RustPython/RustPython / do

Method do

Lib/_pyrepl/commands.py:161–163  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

159
160class unix_line_discard(KillCommand):
161 def do(self) -> None:
162 r = self.reader
163 self.kill_range(r.bol(), r.pos)
164
165
166class unix_word_rubout(KillCommand):

Callers

nothing calls this directly

Calls 2

kill_rangeMethod · 0.80
bolMethod · 0.80

Tested by

no test coverage detected