Trees | Index | Help |
|
---|
Module inotify |
|
Raw wrap of inotify.
This module wrap:Author: Sebastien Martini
Contact: sebastien.martini@gmail.com
License: GPL 2
Classes | |
---|---|
FileTools |
Used to manipulate (read and write) files. |
MaxQueuedEvents |
Singleton class, represents max_queued_events. |
MaxUserInstances |
Singleton class, represents max_user_instances. |
MaxUserWatches |
Singleton class, represents max_user_watches. |
ProcINotify |
Manipulate inotify's variables through their representation in the inotify's directory of proc fs. |
Singleton |
Singleton Class pattern from recipe:http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531 |
Variable Summary | |
---|---|
MaxQueuedEvents | max_queued_events : access it through its 'value' member. |
MaxUserInstances | max_user_instances : access it through its 'value' member. |
MaxUserWatches | max_user_watches : access it through its 'value' member. |
str | INOTIFY_PROC_PATH : inotify's proc path. |
Variable Details |
---|
max_queued_eventsaccess it through its 'value' member.
|
max_user_instancesaccess it through its 'value' member.
|
max_user_watchesaccess it through its 'value' member.
|
INOTIFY_PROC_PATHinotify's proc path.
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Feb 17 02:40:18 2007 | http://epydoc.sf.net |