(self, dt)
| 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 | |
| 3206 | class ThresholdLabel: |