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

Method save

brainworkshop.py:2261–2267  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2259 circles.update()
2260
2261 def save(self):
2262 self.calc_mode()
2263 cfg.VARIABLE_NBACK = self.values['variable']
2264 cfg.MULTI_MODE = self.values['multimode'].value()
2265 cfg.CHANCE_OF_INTERFERENCE = self.values['interference'].value()
2266 if self.newmode:
2267 mode.mode = self.newmode
2268
2269
2270 def select(self):

Callers

nothing calls this directly

Calls 2

calc_modeMethod · 0.95
valueMethod · 0.80

Tested by

no test coverage detected