MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / show

Function show

example_code/item_122/recursive_import_dynamic/dialog.py:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27save_dialog = Dialog()
28
29def show():
30 import app # Dynamic import
31
32 save_dialog.save_dir = app.prefs.get("save_dir")
33 print("Showing the dialog!")

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected