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

Function on_draw

examples/IPython Kernel/gui/gui-pyglet.py:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24@window.event
25def on_draw():
26 window.clear()
27 label.draw()
28
29try:
30 from IPython.lib.inputhook import enable_gui

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected