Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/watchdog/tests/
Dtest_0_watchmedo.py20 from watchdog.tricks import AutoRestartTrick, ShellCommandTrick # noqa: E402
80 trick = ShellCommandTrick(command, wait_for_process=True)
92 trick = ShellCommandTrick(command, wait_for_process=False)
106 trick = ShellCommandTrick(command, wait_for_process=False)
/aosp_15_r20/external/python/watchdog/src/watchdog/
Dwatchmedo.py590 from watchdog.tricks import ShellCommandTrick
606 handler = ShellCommandTrick(
/aosp_15_r20/external/python/watchdog/src/watchdog/tricks/
D__init__.py73 class ShellCommandTrick(Trick): class
/aosp_15_r20/external/python/watchdog/
Dchangelog.rst111 - [watchmedo] Exclude ``FileOpenedEvent`` events from ``AutoRestartTrick``, and ``ShellCommandTrick