MCPcopy Create free account
hub / github.com/Image-Py/imagepy / init_buf

Method init_buf

imagepy/ui/widgets/cmappanel.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 def update(self): self.dirty = True
32
33 def init_buf(self):
34 box = self.GetClientSize()
35 self.buffer = wx.Bitmap(box.width, box.height)
36
37 @classmethod
38 def linear_color(cls, cs):

Callers 2

__init__Method · 0.95
on_sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected