Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ ShowSearchButton
Method
ShowSearchButton
gui/builtinMarketBrowser/pfSearchBox.py:285–286 ·
view source on GitHub ↗
(self, show=True)
Source
from the content-addressed store, hash-verified
283
return
self.isCancelButtonVisible
284
285
def
ShowSearchButton(self, show=True):
286
self.isSearchButtonVisible = show
287
288
def
ShowCancelButton(self, show=True):
289
self.isCancelButtonVisible = show
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected