MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / save

Method save

brainworkshop.py:2083–2085  ·  view source on GitHub ↗

Override me in subclasses.

(self)

Source from the content-addressed store, hash-verified

2081 self.on_text_motion, self.on_draw)
2082
2083 def save(self):
2084 "Override me in subclasses."
2085 return
2086
2087 def on_text_motion(self, evt):
2088 if evt == key.MOTION_UP: self.move_selection(steps=-1)

Callers 3

on_key_pressMethod · 0.95
saveMethod · 0.45
saveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected