Home
last modified time | relevance | path

Searched refs:_should_keep_going (Results 1 – 4 of 4) sorted by relevance

/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython_ssh/
H A Dssh_cpython_backend.py83 while self._should_keep_going():
100 def _should_keep_going(self) -> bool: member in SshCPythonBackend
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dbackend.py59 while self._should_keep_going():
114 while self._should_keep_going():
184 def _should_keep_going(self) -> bool: member in BaseBackend
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/micropython/
H A Dbackend.py414 def _should_keep_going(self) -> bool: member in MicroPythonBackend
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython/
H A Dcpython_backend.py261 def _should_keep_going(self) -> bool: member in MainCPythonBackend