Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
save_dialog = Dialog()
28
29
def
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
get
Method · 0.45
Tested by
no test coverage detected