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

Method get_cursor_coords

bpython/urwid.py:480–481  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

478 return self.bottom_w.mouse_event(size, event, button, col, row, focus)
479
480 def get_cursor_coords(self, size):
481 return self.bottom_w.get_cursor_coords(size)
482
483 def render(self, size, focus=False):
484 maxcol, maxrow = size

Callers 1

get_cursor_coordsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected