Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ set_info
Method
set_info
imagepy/ui/mainframe.py:184–185 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
182
except
:
183
pass
184
def
set_info(self, value):
185
self.txt_info.SetLabel(value)
186
187
def
set_progress(self, value):
188
v = max(min(value, 100), 0)
Callers
15
info
Method · 0.45
info
Method · 0.45
info
Method · 0.45
info
Method · 0.45
info
Method · 0.45
runasyn
Method · 0.45
runasyn
Method · 0.45
runasyn
Method · 0.45
process_one
Function · 0.45
process_stack
Function · 0.45
runasyn
Method · 0.45
set_info
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected