watchdog.observers#
- module:
watchdog.observers
- synopsis:
Observer that picks a native implementation if available.
- author:
yesudeep@google.com (Yesudeep Mangalapilly)
- author:
Mickaël Schoentgen <contact@tiger-222.fr>
Classes#
- watchdog.observers.Observer#
alias of
InotifyObserver
Observer thread that schedules watching directories and dispatches calls to event handlers.
You can also import platform specific classes directly and use it instead
of Observer. Here is a list of implemented observer classes.:
Class |
Platforms |
Note |
|---|---|---|
|
Linux 2.6.13+ |
|
|
macOS |
FSEvents based observer |
|
macOS and BSD with kqueue(2) |
|
|
Microsoft Windows |
Windows API-based observer |
Any |
fallback implementation |