Esempio n. 1
0
    def save_state(self):
        """
		Saves the system state so that it can be restored after the experiment.
		"""

        from libopensesame import inline_script
        inline_script.save_state()
Esempio n. 2
0
	def save_state(self):

		"""
		Saves the system state so that it can be restored after the experiment.
		"""

		from libopensesame import inline_script
		inline_script.save_state()