Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/watchdog/src/watchdog/
Devents.py169 class FileOpenedEvent(FileSystemEvent): class
282 def on_opened(self, event: FileOpenedEvent) -> None:
492 def on_opened(self, event: FileOpenedEvent) -> None:
/aosp_15_r20/external/python/watchdog/docs/source/examples/
Dsimple.py35 def on_opened(self, event: events.FileOpenedEvent) -> None: