MCPcopy
hub / github.com/celery/celery / getmaxyx

Method getmaxyx

t/unit/events/test_cursesmon.py:8–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

6class MockWindow:
7
8 def getmaxyx(self):
9 return self.y, self.x
10
11
12class test_CursesDisplay:

Callers 8

screen_widthMethod · 0.80
screen_heightMethod · 0.80
display_widthMethod · 0.80
display_heightMethod · 0.80
alertMethod · 0.80
selection_rate_limitMethod · 0.80
alert_callbackMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected