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

Method getImage

gui/bitmap_loader.py:82–87  ·  view source on GitHub ↗
(cls, name, location)

Source from the content-addressed store, hash-verified

80
81 @classmethod
82 def getImage(cls, name, location):
83 bmp = cls.getBitmap(name, location)
84 if bmp is not None:
85 return bmp.ConvertToImage()
86 else:
87 return None
88
89 @classmethod
90 def loadBitmap(cls, name, location):

Callers 5

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

getBitmapMethod · 0.45

Tested by

no test coverage detected