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

Method _baseGetBitmap

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

Source from the content-addressed store, hash-verified

256 return self.display(callingWindow, context)
257
258 def _baseGetBitmap(self, callingWindow, context, mainItem, selection):
259 return self.getBitmap(callingWindow, context)
260
261 def _baseGetText(self, callingWindow, context, mainItem, selection):
262 return self.getText(callingWindow, context)

Callers

nothing calls this directly

Calls 1

getBitmapMethod · 0.95

Tested by

no test coverage detected