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.