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

Method __init__

gui/cachingImageList.py:27–29  ·  view source on GitHub ↗
(self, width, height)

Source from the content-addressed store, hash-verified

25
26class CachingImageList(wx.ImageList):
27 def __init__(self, width, height):
28 wx.ImageList.__init__(self, width, height)
29 self.map = {}
30
31 def GetImageIndex(self, *loaderArgs):
32 id_ = self.map.get(loaderArgs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected