summaryrefslogtreecommitdiff
path: root/pyinotify.WatchManager-class.html
diff options
context:
space:
mode:
authorSebastien Martini <seb@dbzteam.org>2015-01-10 00:24:51 +0100
committerSebastien Martini <seb@dbzteam.org>2015-01-10 00:24:51 +0100
commitbcf486d290265661f4b2de6e559d0f780d380079 (patch)
treef359da4844428cdf16f0fb28adc41cc4f79e5d3a /pyinotify.WatchManager-class.html
parent5fe1d12cb9681a21073aa70ea5ca4861db1c0898 (diff)
downloadpyinotify-bcf486d290265661f4b2de6e559d0f780d380079.tar.gz
API documentation version 0.9.5
Diffstat (limited to 'pyinotify.WatchManager-class.html')
-rw-r--r--pyinotify.WatchManager-class.html103
1 files changed, 85 insertions, 18 deletions
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 DESCRIPTION ==================== -->
<h1 class="epydoc">Class WatchManager</h1><p class="nomargin-top"><span class="codelink"><a href="pyinotify-pysrc.html#WatchManager">source&nbsp;code</a></span></p>
<center>
-<center> <map id="uml_class_diagram_for_pyinotif_23" name="uml_class_diagram_for_pyinotif_23">
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#watches" title="Get a reference on the internal watch manager dictionary." alt="" coords="17,31,741,49"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#__init__" title="Initialization: init inotify, init watch manager dictionary." alt="" coords="17,52,741,71"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#close" title="Close inotify&#39;s file descriptor, this action will also automatically remove (i.e." alt="" coords="17,71,741,89"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#get_fd" title="Return assigned inotify&#39;s file descriptor." alt="" coords="17,89,741,108"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#get_watch" title="Get watch from provided watch descriptor wd." alt="" coords="17,108,741,127"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#del_watch" title="Remove watch entry associated to watch descriptor wd." alt="" coords="17,127,741,145"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#add_watch" title="Add watch(s) on the provided |path|(s) with associated |mask| flag value &#160;and optionally with a processing |proc_fun| function and recursive flag &#160;|rec| set to True." alt="" coords="17,145,741,164"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#update_watch" title="Update existing watch descriptors |wd|." alt="" coords="17,164,741,183"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#get_wd" title="Returns the watch descriptor associated to path." alt="" coords="17,183,741,201"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#get_path" title="Returns the path associated to WD, if WD is unknown it returns None." alt="" coords="17,201,741,220"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#rm_watch" title="Removes watch(s)." alt="" coords="17,220,741,239"/>
-<area shape="rect" id="node65" href="pyinotify.WatchManager-class.html#watch_transient_file" title="Watch a transient file, which will be created and deleted frequently over &#160;time (e.g." alt="" coords="17,239,741,257"/>
-<area shape="rect" id="node1" href="pyinotify.WatchManager-class.html" title="Provide operations for watching files and directories." alt="" coords="5,6,752,263"/>
+<center> <map id="uml_class_diagram_for_pyinotif_24" name="uml_class_diagram_for_pyinotif_24">
+<area shape="rect" id="node1_15" href="pyinotify.WatchManager-class.html#watches" title="Get a reference on the internal watch manager dictionary." alt="" coords="17,29,740,49"/>
+<area shape="rect" id="node1_16" href="pyinotify.WatchManager-class.html#ignore_events" title="pyinotify.WatchManager.ignore_events" alt="" coords="17,49,740,69"/>
+<area shape="rect" id="node1_17" href="pyinotify.WatchManager-class.html#__init__" title="Initialization: init inotify, init watch manager dictionary." alt="" coords="17,72,740,92"/>
+<area shape="rect" id="node1_18" href="pyinotify.WatchManager-class.html#close" title="Close inotify&#39;s file descriptor, this action will also automatically remove (i.e." alt="" coords="17,92,740,112"/>
+<area shape="rect" id="node1_19" href="pyinotify.WatchManager-class.html#get_fd" title="Return assigned inotify&#39;s file descriptor." alt="" coords="17,112,740,132"/>
+<area shape="rect" id="node1_20" href="pyinotify.WatchManager-class.html#get_watch" title="Get watch from provided watch descriptor wd." alt="" coords="17,132,740,152"/>
+<area shape="rect" id="node1_21" href="pyinotify.WatchManager-class.html#del_watch" title="Remove watch entry associated to watch descriptor wd." alt="" coords="17,152,740,172"/>
+<area shape="rect" id="node1_22" href="pyinotify.WatchManager-class.html#add_watch" title="Add watch(s) on the provided |path|(s) with associated |mask| flag value &#160;and optionally with a processing |proc_fun| function and recursive flag &#160;|rec| set to True." alt="" coords="17,172,740,192"/>
+<area shape="rect" id="node1_23" href="pyinotify.WatchManager-class.html#update_watch" title="Update existing watch descriptors |wd|." alt="" coords="17,192,740,212"/>
+<area shape="rect" id="node1_24" href="pyinotify.WatchManager-class.html#get_wd" title="Returns the watch descriptor associated to path." alt="" coords="17,212,740,232"/>
+<area shape="rect" id="node1_25" href="pyinotify.WatchManager-class.html#get_path" title="Returns the path associated to WD, if WD is unknown it returns None." alt="" coords="17,232,740,252"/>
+<area shape="rect" id="node1_26" href="pyinotify.WatchManager-class.html#rm_watch" title="Removes watch(s)." alt="" coords="17,252,740,272"/>
+<area shape="rect" id="node1_27" href="pyinotify.WatchManager-class.html#watch_transient_file" title="Watch a transient file, which will be created and deleted frequently over &#160;time (e.g." alt="" coords="17,272,740,292"/>
+<area shape="rect" id="node1_28" href="pyinotify.WatchManager-class.html#get_ignore_events" title="pyinotify.WatchManager.get_ignore_events" alt="" coords="17,292,740,312"/>
+<area shape="rect" id="node1_29" href="pyinotify.WatchManager-class.html#set_ignore_events" title="pyinotify.WatchManager.set_ignore_events" alt="" coords="17,312,740,332"/>
+<area shape="rect" id="node1" href="pyinotify.WatchManager-class.html" title="Provide operations for watching files and directories." alt="" coords="5,5,752,339"/>
</map>
- <img src="uml_class_diagram_for_pyinotif_23.gif" alt='' usemap="#uml_class_diagram_for_pyinotif_23" ismap="ismap" class="graph-without-title" />
+ <img src="uml_class_diagram_for_pyinotif_24.gif" alt='' usemap="#uml_class_diagram_for_pyinotif_24" ismap="ismap" class="graph-without-title" />
</center>
</center>
<hr />
@@ -105,7 +108,7 @@
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="pyinotify.WatchManager-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
- <span class="summary-sig-arg">exclude_filter</span>=<span class="summary-sig-default">&lt;function &lt;lambda&gt; at 0x9c9b994&gt;</span>)</span><br />
+ <span class="summary-sig-arg">exclude_filter</span>=<span class="summary-sig-default">&lt;function &lt;lambda&gt; at 0x7fd536728ed8&gt;</span>)</span><br />
Initialization: init inotify, init watch manager dictionary.</td>
<td align="right" valign="top">
<span class="codelink"><a href="pyinotify-pysrc.html#WatchManager.__init__">source&nbsp;code</a></span>
@@ -430,6 +433,39 @@
</td>
</tr>
+<tr>
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type">&nbsp;</span>
+ </td><td class="summary">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td><span class="summary-sig"><a name="get_ignore_events"></a><span class="summary-sig-name">get_ignore_events</span>(<span class="summary-sig-arg">self</span>)</span></td>
+ <td align="right" valign="top">
+ <span class="codelink"><a href="pyinotify-pysrc.html#WatchManager.get_ignore_events">source&nbsp;code</a></span>
+
+ </td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
+<tr>
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type">&nbsp;</span>
+ </td><td class="summary">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td><span class="summary-sig"><a name="set_ignore_events"></a><span class="summary-sig-name">set_ignore_events</span>(<span class="summary-sig-arg">self</span>,
+ <span class="summary-sig-arg">nval</span>)</span></td>
+ <td align="right" valign="top">
+ <span class="codelink"><a href="pyinotify-pysrc.html#WatchManager.set_ignore_events">source&nbsp;code</a></span>
+
+ </td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
@@ -474,6 +510,13 @@
Get a reference on the internal watch manager dictionary.
</td>
</tr>
+<tr>
+ <td width="15%" align="right" valign="top" class="summary">
+ <span class="summary-type">&nbsp;</span>
+ </td><td class="summary">
+ <a href="pyinotify.WatchManager-class.html#ignore_events" class="summary-name">ignore_events</a>
+ </td>
+ </tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
@@ -508,7 +551,7 @@
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
- <span class="sig-arg">exclude_filter</span>=<span class="sig-default">&lt;function &lt;lambda&gt; at 0x9c9b994&gt;</span>)</span>
+ <span class="sig-arg">exclude_filter</span>=<span class="sig-default">&lt;function &lt;lambda&gt; at 0x7fd536728ed8&gt;</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
@@ -1007,6 +1050,30 @@
</dl>
</td></tr></table>
</div>
+<a name="ignore_events"></a>
+<div>
+<table class="details" border="1" cellpadding="3"
+ cellspacing="0" width="100%" bgcolor="white">
+<tr><td>
+ <h3 class="epydoc">ignore_events</h3>
+
+ <dl class="fields">
+ <dt>Get Method:</dt>
+ <dd class="value"><span class="summary-sig"><a href="pyinotify.WatchManager-class.html#get_ignore_events" class="summary-sig-name">get_ignore_events</a>(<span class="summary-sig-arg">self</span>)</span>
+ </dd>
+ <dt>Set Method:</dt>
+ <dd class="value"><span class="summary-sig"><a href="pyinotify.WatchManager-class.html#set_ignore_events" class="summary-sig-name">set_ignore_events</a>(<span class="summary-sig-arg">self</span>,
+ <span class="summary-sig-arg">nval</span>)</span>
+ </dd>
+ <dt>Delete Method:</dt>
+ <dd class="value"><table><tr><td><pre class="variable">
+<code class="variable-quote">'</code><code class="variable-string">Make watch manager ignoring new events.</code><code class="variable-quote">'</code>
+</pre></td></tr></table>
+
+ </dd>
+ </dl>
+</td></tr></table>
+</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
@@ -1034,7 +1101,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
- Generated by Epydoc 3.0.1 on Thu Nov 15 19:31:57 2012
+ Generated by Epydoc 3.0.1 on Fri Jan 9 18:03:54 2015
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"