MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / IsCancelButtonVisible

Method IsCancelButtonVisible

gui/builtinMarketBrowser/pfSearchBox.py:282–283  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 return self.isSearchButtonVisible
281
282 def IsCancelButtonVisible(self):
283 return self.isCancelButtonVisible
284
285 def ShowSearchButton(self, show=True):
286 self.isSearchButtonVisible = show

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected