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

Method clear

bpython/repl.py:329–336  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 self.current_word = lp.word
328
329 def clear(self) -> None:
330 self.matches = []
331 self.orig_cursor_offset = -1
332 self.orig_line = ""
333 self.current_word = ""
334 self.start = None
335 self.end = None
336 self.index = -1
337
338
339class Interaction(metaclass=abc.ABCMeta):

Callers 2

substitute_cseqMethod · 0.95
completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected