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

Method close

brainworkshop.py:2253–2259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2251 self.newmode = False
2252
2253 def close(self):
2254 Menu.close(self)
2255 if not mode.manual:
2256 mode.enforce_standard_mode()
2257 stats.retrieve_progress()
2258 update_all_labels()
2259 circles.update()
2260
2261 def save(self):
2262 self.calc_mode()

Callers

nothing calls this directly

Calls 5

update_all_labelsFunction · 0.85
enforce_standard_modeMethod · 0.80
retrieve_progressMethod · 0.80
closeMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected