Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ parse
Method
parse
imagepy/ui/panelconfig.py:68–69 ·
view source on GitHub ↗
(self, para)
Source
from the content-addressed store, hash-verified
66
del self.ctrl_dic
67
68
def
parse(self, para) :
69
self.add_ctrl_(widgets[para[0]], *para[1:])
70
71
def
add_ctrl_(self, Ctrl, key, p):
72
ctrl = Ctrl(self, *p)
Callers
1
start
Method · 0.80
Calls
1
add_ctrl_
Method · 0.95
Tested by
no test coverage detected