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

Method init_buf

imagepy/ui/plotwindow.py:27–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 def update(self):self.dirty = True
26
27 def init_buf(self):
28 box = self.GetClientSize()
29 self.width, self.height = box.width, box.height
30 self.buffer = wx.Bitmap(self.width, self.height)
31
32 def on_size(self, event):
33 self.init_buf()

Callers 2

__init__Method · 0.95
on_sizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected