MCPcopy Create free account
hub / github.com/bpython/bpython / get_cursor_vertical_diff

Method get_cursor_vertical_diff

bpython/curtsiesfrontend/repl.py:481–483  ·  view source on GitHub ↗

Return how the cursor moved due to a window size change

(self)

Source from the content-addressed store, hash-verified

479 # below can be used as well.
480
481 def get_cursor_vertical_diff(self) -> int:
482 """Return how the cursor moved due to a window size change"""
483 return 0
484
485 def get_top_usable_line(self) -> int:
486 """Return the top line of display that can be rewritten"""

Callers 1

sigwinch_handlerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected