Home
last modified time | relevance | path

Searched refs:PatternMatchingEventHandler (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/watchdog/tests/
Dtest_pattern_matching_event_handler.py16 PatternMatchingEventHandler,
103 class TestableEventHandler(PatternMatchingEventHandler):
137 handler1 = PatternMatchingEventHandler(
142 …handler2 = PatternMatchingEventHandler(patterns=g_allowed_patterns, ignore_patterns=g_ignore_patte…
150 handler1 = PatternMatchingEventHandler(
155 …handler2 = PatternMatchingEventHandler(patterns=g_allowed_patterns, ignore_patterns=g_ignore_patte…
161 handler1 = PatternMatchingEventHandler(
170 handler1 = PatternMatchingEventHandler(
Dtest_fsevents.py254 from watchdog.events import FileCreatedEvent, FileModifiedEvent, PatternMatchingEventHandler
256 class TestEventHandler(PatternMatchingEventHandler):
/aosp_15_r20/external/python/watchdog/docs/source/examples/
Dpatterns.py5 from watchdog.events import FileSystemEvent, PatternMatchingEventHandler
11 class MyEventHandler(PatternMatchingEventHandler):
/aosp_15_r20/build/make/tools/edit_monitor/
H A Dedit_monitor.py29 from watchdog.events import PatternMatchingEventHandler
39 class ClearcutEventHandler(PatternMatchingEventHandler):
/aosp_15_r20/external/python/watchdog/src/watchdog/tricks/
D__init__.py37 … import EVENT_TYPE_CLOSED_NO_WRITE, EVENT_TYPE_OPENED, FileSystemEvent, PatternMatchingEventHandler
46 class Trick(PatternMatchingEventHandler):
/aosp_15_r20/external/python/watchdog/src/watchdog/
Devents.py292 class PatternMatchingEventHandler(FileSystemEventHandler): class
/aosp_15_r20/external/python/watchdog/
Dchangelog.rst57 - [documentation] Update ``PatternMatchingEventHandler`` docstrings (`#1048 <https://github.com/gor…
368 ``PatternMatchingEventHandler`` and ``RegexMatchingEventHandler``