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

Method update

brainworkshop.py:3540–3544  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3538 anchor_x='right', anchor_y='top', batch=batch)
3539 self.update()
3540 def update(self):
3541 if (not mode.started) or mode.hide_text:
3542 self.label.text = ''
3543 else:
3544 self.label.text = _('%i remaining') % (mode.num_trials_total - mode.trial_number)
3545
3546class Saccadic:
3547 def __init__(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected