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

Method _baseDisplay

gui/contextMenu.py:294–295  ·  view source on GitHub ↗
(self, callingWindow, context, mainItem, selection)

Source from the content-addressed store, hash-verified

292 return
293
294 def _baseDisplay(self, callingWindow, context, mainItem, selection):
295 return self.display(callingWindow, context, mainItem)
296
297 def _baseGetBitmap(self, callingWindow, context, mainItem, selection):
298 return self.getBitmap(callingWindow, context, mainItem)

Callers

nothing calls this directly

Calls 1

displayMethod · 0.95

Tested by

no test coverage detected