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

Method _baseGetBitmap

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

Source from the content-addressed store, hash-verified

335 return self.display(callingWindow, context, selection)
336
337 def _baseGetBitmap(self, callingWindow, context, mainItem, selection):
338 selection = self.__getSelection(selection, mainItem)
339 return self.getBitmap(callingWindow, context, selection)
340
341 def _baseGetText(self, callingWindow, context, mainItem, selection):
342 selection = self.__getSelection(selection, mainItem)

Callers

nothing calls this directly

Calls 2

__getSelectionMethod · 0.95
getBitmapMethod · 0.95

Tested by

no test coverage detected