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

Function hello_world

examples/IPython Kernel/gui/gui-gtk.py:16–17  ·  view source on GitHub ↗
(wigdet, data=None)

Source from the content-addressed store, hash-verified

14
15
16def hello_world(wigdet, data=None):
17 print("Hello World")
18
19def delete_event(widget, event, data=None):
20 return False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected