Home
last modified time | relevance | path

Searched defs:ExpectEvent (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/watchdog/tests/
Dtest_emitter.py48 … P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
115 def test_delete(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
128 … P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
148 def test_chmod(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
163 … P, event_queue: TestEventQueue, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
196 expect_event: ExpectEvent,
226 def test_move_to(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
255 def test_move_from(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
284 def test_separate_consecutive_moves(p: P, start_watching: StartWatching, expect_event: ExpectEvent)…
312 def test_delete_self(p: P, start_watching: StartWatching, expect_event: ExpectEvent) -> None:
[all …]
Dutils.py39 class ExpectEvent(Protocol): class