Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set_handle
Method
set_handle
imagepy/ui/panelconfig.py:118–120 ·
view source on GitHub ↗
(self, handle=None)
Source
from the content-addressed store, hash-verified
116
return
self.para
117
118
def
set_handle(self, handle=None):
119
self.handle = handle
120
# if handle==None: self.handle = self.handle_
121
122
def
__del__( self ):
123
print(
'panel config deleted!'
)
Callers
6
OnDestroy
Method · 0.95
show
Method · 0.45
show
Method · 0.45
show
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected