MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / Hide

Method Hide

gui/builtinShipBrowser/sfBrowserItem.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self.show = show
36
37 def Hide(self):
38 self.show = False
39
40 def IsVisible(self):
41 return self.show

Callers 12

OnLeftDownMethod · 0.80
AddPageMethod · 0.80
SetSelectionMethod · 0.80
__init__Method · 0.80
charChangedMethod · 0.80
__init__Method · 0.80
clearSearchMethod · 0.80
populateSearchMethod · 0.80
enterNewEntityMethod · 0.80
toggleContextMethod · 0.80
refreshPanelMethod · 0.80
ResetSuppressionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected