Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ on_window_close
Method
on_window_close
examples/onclose_window_app.py:36–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
34
return
wid
35
36
def
on_window_close(self):
37
# here you can handle the unload
38
print(
"app closing"
)
39
self.close()
40
41
42
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected