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

Method reset_input

brainworkshop.py:3169–3173  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3167 self.update()
3168
3169 def reset_input(self):
3170 self.answer = []
3171 self.negative = False
3172 self.decimal = False
3173 self.update()
3174
3175
3176# this is the text that shows the seconds per trial and the number of trials.

Callers 2

reset_inputFunction · 0.80
on_key_pressFunction · 0.80

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected