Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
class
MockWindow:
7
8
def
getmaxyx(self):
9
return
self.y, self.x
10
11
12
class
test_CursesDisplay:
Callers
8
screen_width
Method · 0.80
screen_height
Method · 0.80
display_width
Method · 0.80
display_height
Method · 0.80
alert
Method · 0.80
selection_rate_limit
Method · 0.80
alert_callback
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected