MCPcopy Create free account
hub / github.com/ipython/ipython / display

Function display

examples/IPython Kernel/gui/gui-glut.py:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 glut.glutDestroyWindow(glut.glutGetWindow())
20
21def display():
22 gl.glClear (gl.GL_COLOR_BUFFER_BIT | gl.GL_DEPTH_BUFFER_BIT)
23 glut.glutSwapBuffers()
24
25def resize(width,height):
26 gl.glViewport(0, 0, width, height+4)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected