diff options
Diffstat (limited to 'docstrings/pyinotify.Event-class.html')
-rw-r--r-- | docstrings/pyinotify.Event-class.html | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/docstrings/pyinotify.Event-class.html b/docstrings/pyinotify.Event-class.html index ac079ad..96002e5 100644 --- a/docstrings/pyinotify.Event-class.html +++ b/docstrings/pyinotify.Event-class.html @@ -55,23 +55,24 @@ </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> -<h1 class="epydoc">Class Event</h1><span class="codelink"><a href="pyinotify-pysrc.html#Event">source code</a></span><br /><br /> +<h1 class="epydoc">Class Event</h1><p class="nomargin-top"><span class="codelink"><a href="pyinotify-pysrc.html#Event">source code</a></span></p> <center> <center> <map id="uml_class_diagram_for_pyinotif_7" name="uml_class_diagram_for_pyinotif_7"> -<area shape="rect" href="pyinotify._Event-class.html#__repr__" title="Returns: String representation." alt="" coords="29,36,112,54"/> -<area shape="rect" href="pyinotify._Event-class.html" title="Event structure, represent events raised by the system." alt="" coords="28,10,113,56"/> <area shape="rect" href="pyinotify.Event-class.html#__init__" title="Concretely, this is the raw event plus inferred infos." alt="" coords="17,110,124,129"/> <area shape="rect" href="pyinotify.Event-class.html" title="This class contains all the useful informations about the observed event." alt="" coords="16,85,125,130"/> +<area shape="rect" href="pyinotify._Event-class.html#__repr__" title="Returns:  String representation." alt="" coords="28,36,113,54"/> +<area shape="rect" href="pyinotify._Event-class.html" title="Event structure, represent events raised by the system." alt="" coords="27,10,115,56"/> </map> <img src="uml_class_diagram_for_pyinotif_7.gif" alt='' usemap="#uml_class_diagram_for_pyinotif_7" ismap="ismap" class="graph-without-title" /> -</center></center> +</center> +</center> <hr /> <p>This class contains all the useful informations about the observed event. However, the incorporation of each field is not guaranteed and depends on the type of event. In effect, some fields are irrelevant for some kind of event (for example 'cookie' is meaningless for IN_CREATE whereas it is useful for IN_MOVE_TO).</p> - The possible fields are: + <p>The possible fields are:</p> <ul> <li> wd (int): Watch Descriptor. @@ -86,8 +87,8 @@ path (str): path of the file or directory being watched. </li> <li> - name (str): Basename of the file or directory against which the - event was raised, in case where the watched directory is the parent + name (str): Basename of the file or directory against which the event + was raised, in case where the watched directory is the parent directory. None if the event was raised on the watched item itself. This field is always provided even if the string is ''. </li> @@ -100,7 +101,7 @@ <li> dir (bool): is the event raised against directory. </li> - </ul><br /><br /> + </ul> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> @@ -139,7 +140,7 @@ </tr> <tr> <td colspan="2" class="summary"> - <p class="indent-wrapped-lines"><b>Inherited from <code><a href="pyinotify._Event-class.html">_Event</a></code></b>: + <p class="indent-wrapped-lines"><b>Inherited from <code><a href="pyinotify._Event-class.html" onclick="show_private();">_Event</a></code></b>: <code><a href="pyinotify._Event-class.html#__repr__">__repr__</a></code> </p> <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: @@ -212,12 +213,12 @@ </td><td align="right" valign="top" ><span class="codelink"><a href="pyinotify-pysrc.html#Event.__init__">source code</a></span> </td> - </table> + </tr></table> - Concretely, this is the raw event plus inferred infos. + <p>Concretely, this is the raw event plus inferred infos.</p> <dl class="fields"> <dt>Overrides: - <a href="pyinotify._Event-class.html#__init__">_Event.__init__</a> + object.__init__ </dt> </dl> </td></tr></table> @@ -249,10 +250,11 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> - Generated by Epydoc 3.0beta1 on Sun Aug 10 13:37:37 2008 + Generated by Epydoc 3.0.1 on Tue Jan 6 22:57:23 2009 </td> <td align="right" class="footer"> - <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a> + <a target="mainFrame" href="http://epydoc.sourceforge.net" + >http://epydoc.sourceforge.net</a> </td> </tr> </table> @@ -263,9 +265,8 @@ // javascript is turned off then we want them to be // visible); but by default, we want to hide them. So hide // them unless we have a cookie that says to show them. - checkCookie() + checkCookie(); // --> </script> - </body> </html> |