Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ glut_display
Function
glut_display
IPython/terminal/pt_inputhooks/glut.py:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
60
def
glut_display():
61
# Dummy display function
62
pass
63
64
def
glut_idle():
65
# Dummy idle function
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected