Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ GetValue
Method
GetValue
imagepy/ui/widgets/normal.py:86–87 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
84
self.ctrl.SetValue(n)
85
86
def
GetValue(self):
87
return
self.ctrl.GetValue()
88
89
class
ColorCtrl(wx.Panel):
90
""
"ColorCtrl: deverid fron wx.coreTextCtrl"
""
Callers
nothing calls this directly
Calls
1
GetValue
Method · 0.45
Tested by
no test coverage detected