Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/watchdog/src/watchdog/tricks/
D__init__.py164 restart_on_command_exit: bool = True,
183 self.restart_on_command_exit = restart_on_command_exit
227 if self.restart_on_command_exit:
/aosp_15_r20/external/python/watchdog/tests/
Dtest_0_watchmedo.py189 def test_auto_restart_subprocess_termination(tmpdir, capfd, restart_on_command_exit): argument
195 …trick = AutoRestartTrick([sys.executable, script], restart_on_command_exit=restart_on_command_exit)
200 if restart_on_command_exit:
/aosp_15_r20/external/python/watchdog/src/watchdog/
Dwatchmedo.py759 restart_on_command_exit=args.restart_on_command_exit,