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

Method reprint_line

bpython/repl.py:427–430  ·  view source on GitHub ↗
(
        self, lineno: int, tokens: list[tuple[_TokenType, str]]
    )

Source from the content-addressed store, hash-verified

425
426 @abc.abstractmethod
427 def reprint_line(
428 self, lineno: int, tokens: list[tuple[_TokenType, str]]
429 ) -> None:
430 pass
431
432 @abc.abstractmethod
433 def _get_current_line(self) -> str:

Callers 1

tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected