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