def run(self): """See item.""" self._keyboard.flush() self.experiment.srbox.start() base_response_item.run(self) self.experiment.srbox.stop()
def run(self): """See item.""" if self._flush: self._keyboard.flush() base_response_item.run(self)
def run(self): """See item.""" self._t0 = self.set_item_onset() self.sampler.play() base_response_item.run(self)
def run(self): """See item.""" if self._flush: self._mouse.flush() # Show cursor if necessary if self.var.show_cursor == u'yes': self._mouse.visible = True base_response_item.run(self) self._mouse.visible = False
def run(self): """See item.""" self._t0 = self.set_item_onset(self.canvas.show()) base_response_item.run(self)