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

Method unflash

brainworkshop.py:3201–3203  ·  view source on GitHub ↗
(self, dt)

Source from the content-addressed store, hash-verified

3199 self.update()
3200 pyglet.clock.schedule_once(sessionInfoLabel.unflash, 1.0)
3201 def unflash(self, dt):
3202 self.label.bold = False
3203 self.update()
3204# this is the text that shows the seconds per trial and the number of trials.
3205
3206class ThresholdLabel:

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected