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

Function hello_world

examples/IPython Kernel/gui/gui-gtk3.py:14–15  ·  view source on GitHub ↗
(wigdet, data=None)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected