diff options
author | Sebastien Martini <ookoi@mars.(none)> | 2008-08-10 14:01:36 +0200 |
---|---|---|
committer | Sebastien Martini <ookoi@mars.(none)> | 2008-08-10 14:01:36 +0200 |
commit | f7cd60146b00bdffd25b207639d1d2fb326a2174 (patch) | |
tree | d6da5374355bece202d638a3e1d02e1f07365d80 /docstrings/pyinotify._Event-class.html | |
parent | 9b325cf5ab4cee13e458d74a2b3766c7690a1d4f (diff) | |
download | pyinotify-f7cd60146b00bdffd25b207639d1d2fb326a2174.tar.gz |
- Documentation updated.
- Version 0.8.0t released.
Diffstat (limited to 'docstrings/pyinotify._Event-class.html')
-rw-r--r-- | docstrings/pyinotify._Event-class.html | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/docstrings/pyinotify._Event-class.html b/docstrings/pyinotify._Event-class.html index 94e3f88..f8aeb7b 100644 --- a/docstrings/pyinotify._Event-class.html +++ b/docstrings/pyinotify._Event-class.html @@ -55,22 +55,20 @@ </tr> </table> <!-- ==================== CLASS DESCRIPTION ==================== --> -<h1 class="epydoc">Class _Event</h1><p class="nomargin-top"><span class="codelink"><a href="pyinotify-pysrc.html#_Event">source code</a></span></p> -<pre class="base-tree"> -object --+ - | - <strong class="uidshort">_Event</strong> -</pre> - -<dl><dt>Known Subclasses:</dt> -<dd> - <ul class="subclass-list"> -<li><a href="pyinotify.Event-class.html">Event</a></li><li class="private">, <a href="pyinotify._RawEvent-class.html" onclick="show_private();">_RawEvent</a></li> </ul> -</dd></dl> - +<h1 class="epydoc">Class _Event</h1><span class="codelink"><a href="pyinotify-pysrc.html#_Event">source code</a></span><br /><br /> +<center> +<center> <map id="uml_class_diagram_for_pyinotif_21" name="uml_class_diagram_for_pyinotif_21"> +<area shape="rect" href="pyinotify.Event-class.html" title="This class contains all the useful informations about the observed event." alt="" coords="16,104,61,130"/> +<area shape="rect" href="pyinotify._Event-class.html#__repr__" title="Returns: String representation." alt="" coords="37,36,152,54"/> +<area shape="rect" href="pyinotify._Event-class.html#__init__" title="Attach attributes (contained in dict_) to self." alt="" coords="37,54,152,73"/> +<area shape="rect" href="pyinotify._Event-class.html" title="Event structure, represent events raised by the system." alt="" coords="36,10,153,74"/> +<area shape="rect" href="pyinotify._RawEvent-class.html" title="Raw event, it contains only the informations provided by the system." alt="" coords="112,104,189,130"/> +</map> + <img src="uml_class_diagram_for_pyinotif_21.gif" alt='' usemap="#uml_class_diagram_for_pyinotif_21" ismap="ismap" class="graph-without-title" /> +</center></center> <hr /> -<p>Event structure, represent events raised by the system. This is the - base class and should be subclassed.</p> +Event structure, represent events raised by the system. This is the + base class and should be subclassed.<br /><br /> <!-- ==================== INSTANCE METHODS ==================== --> <a name="section-InstanceMethods"></a> @@ -197,12 +195,12 @@ object --+ </td><td align="right" valign="top" ><span class="codelink"><a href="pyinotify-pysrc.html#_Event.__init__">source code</a></span> </td> - </tr></table> + </table> - <p>Attach attributes (contained in dict_) to self.</p> + Attach attributes (contained in dict_) to self. <dl class="fields"> <dt>Overrides: - object.__init__ + object.__init__ </dt> </dl> </td></tr></table> @@ -220,14 +218,14 @@ object --+ </td><td align="right" valign="top" ><span class="codelink"><a href="pyinotify-pysrc.html#_Event.__repr__">source code</a></span> </td> - </tr></table> + </table> - <p>repr(x)</p> + repr(x) <dl class="fields"> <dt>Returns: str</dt> <dd>String representation.</dd> <dt>Overrides: - object.__repr__ + object.__repr__ </dt> </dl> </td></tr></table> @@ -259,11 +257,10 @@ object --+ <table border="0" cellpadding="0" cellspacing="0" width="100%%"> <tr> <td align="left" class="footer"> - Generated by Epydoc 3.0.1 on Mon Mar 31 19:54:47 2008 + Generated by Epydoc 3.0beta1 on Sun Aug 10 13:37:38 2008 </td> <td align="right" class="footer"> - <a target="mainFrame" href="http://epydoc.sourceforge.net" - >http://epydoc.sourceforge.net</a> + <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a> </td> </tr> </table> @@ -274,8 +271,9 @@ object --+ // 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> |