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

Method close

brainworkshop.py:2079–2081  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2077 print("Thank you for beta-testing our software.")
2078
2079 def close(self):
2080 return window.remove_handlers(self.on_key_press, self.on_text,
2081 self.on_text_motion, self.on_draw)
2082
2083 def save(self):
2084 "Override me in subclasses."

Callers 13

on_key_pressMethod · 0.95
selectMethod · 0.95
dump_pyglet_infoFunction · 0.45
load_last_userFunction · 0.45
parse_configFunction · 0.45
rewrite_configfileFunction · 0.45
parse_statsMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45
parse_statsfileMethod · 0.45
submit_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected