Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ OnDestroy
Method
OnDestroy
imagepy/ui/panelconfig.py:64–66 ·
view source on GitHub ↗
( self, event )
Source
from the content-addressed store, hash-verified
62
63
64
def
OnDestroy( self, event ):
65
self.set_handle(None)
66
del self.ctrl_dic
67
68
def
parse(self, para) :
69
self.add_ctrl_(widgets[para[0]], *para[1:])
Callers
nothing calls this directly
Calls
1
set_handle
Method · 0.95
Tested by
no test coverage detected