Home
last modified time | relevance | path

Searched refs:_store_state_info (Results 1 – 3 of 3) sorted by relevance

/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython/
H A D__init__.py53 def _store_state_info(self, msg): member in CPythonProxy
54 super()._store_state_info(msg)
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/
H A D__init__.py65 def _store_state_info(self, msg): member in MicroPythonProxy
66 super(MicroPythonProxy, self)._store_state_info(msg)
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Drunning.py1078 def _store_state_info(self, msg): member in SubprocessProxy
1138 self._store_state_info(msg)