From bcf486d290265661f4b2de6e559d0f780d380079 Mon Sep 17 00:00:00 2001 From: Sebastien Martini Date: Sat, 10 Jan 2015 00:24:51 +0100 Subject: API documentation version 0.9.5 --- pyinotify.WatchManager-class.html | 103 +++++++++++++++++++++++++++++++------- 1 file changed, 85 insertions(+), 18 deletions(-) (limited to 'pyinotify.WatchManager-class.html') diff --git a/pyinotify.WatchManager-class.html b/pyinotify.WatchManager-class.html index c8a549d..0e5cccd 100644 --- a/pyinotify.WatchManager-class.html +++ b/pyinotify.WatchManager-class.html @@ -57,22 +57,25 @@

Class WatchManager

source code

-
- - - - - - - - - - - - - +
+ + + + + + + + + + + + + + + + - +

@@ -105,7 +108,7 @@ + + + + + + + + +
__init__(self, - exclude_filter=<function <lambda> at 0x9c9b994>)
+ exclude_filter=<function <lambda> at 0x7fd536728ed8>)
Initialization: init inotify, init watch manager dictionary.
source code @@ -430,6 +433,39 @@
+   + + + + + + +
get_ignore_events(self) + source code + +
+ +
+   + + + + + + +
set_ignore_events(self, + nval) + source code + +
+ +

Inherited from object: @@ -474,6 +510,13 @@ Get a reference on the internal watch manager dictionary.

+   + + ignore_events +

Inherited from object: @@ -508,7 +551,7 @@

__init__(self, - exclude_filter=<function <lambda> at 0x9c9b994>) + exclude_filter=<function <lambda> at 0x7fd536728ed8>)
(Constructor)

+ +

+ +
+

ignore_events

+ +
+
Get Method:
+
get_ignore_events(self) +
+
Set Method:
+
set_ignore_events(self, + nval) +
+
Delete Method:
+
+'Make watch manager ignoring new events.'
+
+ +
+
+
+