circuits.io.notify module

File Notification Support

A Component wrapping the inotify API using the pyinotify library.

class circuits.io.notify.Notify(channel='notify')

Bases: circuits.core.components.BaseComponent

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

Previous topic

circuits.io.file module

Next topic

circuits.io.process module

This Page