INNER CODE UNIT · Python
_pull_lang
TacticalMetaphysics/Lisien · elide/elide/app.py:418
def _pull_lang(self, *_, **kwargs):
self.strings.language = kwargs["language"]
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"):