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

Method getView

graphs/gui/frame.py:234–237  ·  view source on GitHub ↗
(self, idx=None)

Source from the content-addressed store, hash-verified

232 event.Skip()
233
234 def getView(self, idx=None):
235 if idx is None:
236 idx = self.graphSelection.GetSelection()
237 return self.graphSelection.GetClientData(idx)
238
239 def clearCache(self, reason, extraData=None):
240 self.getView().clearCache(reason, extraData)

Callers 10

OnEffectiveHpToggledMethod · 0.95
OnGraphSwitchedMethod · 0.95
clearCacheMethod · 0.95
updateControlsMethod · 0.45
_updateInputsMethod · 0.45
refreshAxeLabelsMethod · 0.45
refreshColumnsMethod · 0.45
getValuesMethod · 0.45
contextMenuHandlerMethod · 0.45
drawMethod · 0.45

Calls 1

GetSelectionMethod · 0.45

Tested by

no test coverage detected