Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ ChangeValue
Method
ChangeValue
gui/builtinMarketBrowser/pfSearchBox.py:103–104 ·
view source on GitHub ↗
(self, value)
Source
from the content-addressed store, hash-verified
101
self.EditBox.SetValue(value)
102
103
def
ChangeValue(self, value):
104
self.EditBox.ChangeValue(value)
105
106
def
GetValue(self):
107
return
self.EditBox.GetValue()
Callers
2
fitChanged
Method · 0.45
ToggleSearchBox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected