pyinotify.AsyncNotifier:
This notifier inherits from asyncore.file_dispatcher in order to be
able to use pyinotify along with the asyncore framework.
pyinotify.ThreadedNotifier:
This notifier inherits from threading.Thread for instanciating a
separate thread, and also inherits from Notifier, because it is a
threaded notifier.
threading.Thread:
A class that represents a thread of control.
pyinotify.ThreadedNotifier:
This notifier inherits from threading.Thread for instanciating a
separate thread, and also inherits from Notifier, because it is a
threaded notifier.