circuits.io.notify module

File Notification Support

A Component wrapping the inotify API using the pyinotify library.

class circuits.io.notify.Notify(*args, **kwargs)

Bases: BaseComponent

Initializes x; see x.__class__.__doc__ for signature

channel = 'notify'
add_path(path, mask=None, recursive=False, auto_add=True)
remove_path(path, recursive=False)