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

Method _baseGetBitmap

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

Source from the content-addressed store, hash-verified

384 return self.display(callingWindow, context, mainItem, selection)
385
386 def _baseGetBitmap(self, callingWindow, context, mainItem, selection):
387 selection = self.__getSelection(selection, mainItem)
388 return self.getBitmap(callingWindow, context, mainItem, selection)
389
390 def _baseGetText(self, callingWindow, context, mainItem, selection):
391 selection = self.__getSelection(selection, mainItem)

Callers

nothing calls this directly

Calls 2

__getSelectionMethod · 0.95
getBitmapMethod · 0.95

Tested by

no test coverage detected