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

Method save

imagepy/ui/plotwindow.py:129–130  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

127 dc.DrawLines(pts)
128
129 def save(self, path):
130 self.buffer.SaveFile(path, wx.BITMAP_TYPE_PNG)
131
132
133class PlotFrame ( wx.Frame ):

Callers 5

save_stlMethod · 0.80
runasynMethod · 0.80
add_imageFunction · 0.80
xlreport.pyFile · 0.80
on_saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected