INNER CODE UNIT · Python

_pull_chars

TacticalMetaphysics/Lisien · elide/elide/app.py:421

	def _pull_chars(self, *_, **__):
		self.chars.names = list(self.engine.character)

	def _pull_time_from_signal(self, *_, then, now):
		self.branch, self.turn, self.tick = now
		self.mainscreen.ids.turnscroll.value = self.turn

	def start_subprocess(self, path=None, archive_path=None, *_):
		"""Start the lisien core and get a proxy to it

		Must be called before ``init_board``

		"""
		Logger.debug(f"ElideApp: start_subprocess(path={path!r})")
		if hasattr(self, "procman") and hasattr(self.procman, "engine_proxy"):
			raise ChildProcessError("Subprocess already running")
		self.closed = False
		config = self.config

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…