コード例 #1
0
ファイル: experiment.py プロジェクト: JdenHartog/OpenSesame
    def init_clock(self):
        """Initializes the clock backend."""

        from openexp.clock import clock
        self._clock = clock(self)
コード例 #2
0
ファイル: experiment.py プロジェクト: drsaunders/OpenSesame
	def init_clock(self):

		"""Initializes the clock backend."""

		from openexp.clock import clock
		self._clock = clock(self)