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

Method get_top_usable_line

bpython/curtsiesfrontend/repl.py:485–487  ·  view source on GitHub ↗

Return the top line of display that can be rewritten

(self)

Source from the content-addressed store, hash-verified

483 return 0
484
485 def get_top_usable_line(self) -> int:
486 """Return the top line of display that can be rewritten"""
487 return 0
488
489 def get_term_hw(self) -> tuple[int, int]:
490 """Returns the current width and height of the display area."""

Callers 1

paintMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected