MCPcopy Index your code
hub / github.com/python/cpython / _update_max_yx

Method _update_max_yx

Lib/curses/textpad.py:51–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 win.keypad(1)
50
51 def _update_max_yx(self):
52 maxy, maxx = self.win.getmaxyx()
53 self.maxy = maxy - 1
54 self.maxx = maxx - 1
55
56 def _end_of_line(self, y):
57 """Go to the location of the first blank on the given line,

Callers 5

__init__Method · 0.95
_end_of_lineMethod · 0.95
do_commandMethod · 0.95
gatherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected