~ubuntu-branches/ubuntu/trusty/pyinotify/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/private/trees.html

  • Committer: Bazaar Package Importer
  • Author(s): Hans Ulrich Niedermann
  • Date: 2006-04-02 02:35:31 UTC
  • Revision ID: james.westby@ubuntu.com-20060402023531-3fj27jbd4x9s4752
Tags: upstream-0.5.2
ImportĀ upstreamĀ versionĀ 0.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
          "DTD/xhtml1-transitional.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 
5
<head>
 
6
  <title>Module and Class Hierarchies</title>
 
7
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
 
8
</head>
 
9
<body bgcolor="white" text="black" link="blue" vlink="#204080"
 
10
      alink="#204080">
 
11
 
 
12
<!-- =========== START OF NAVBAR =========== -->
 
13
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
14
  <tr valign="center">
 
15
    <th bgcolor="#70b0f0" class="navselect">&nbsp;&nbsp;&nbsp;Trees&nbsp;&nbsp;&nbsp;</th>
 
16
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
17
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
18
    <th class="navbar" align="right" width="100%">
 
19
      <table border="0" cellpadding="0" cellspacing="0">
 
20
      <tr><th class="navbar" align="center">
 
21
        <p class="nomargin">
 
22
          pyinotify
 
23
      </p></th></tr></table>
 
24
    </th>
 
25
  </tr>
 
26
</table>
 
27
<table width="100%" cellpadding="0" cellspacing="0">
 
28
  <tr valign="top">
 
29
    <td width="100%">
 
30
    </td>
 
31
    <td><table cellpadding="0" cellspacing="0">
 
32
      <tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/trees.html">hide&nbsp;private</a>]</font></td></tr>
 
33
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="trees.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
 
34
    </table></td>
 
35
</tr></table>
 
36
 
 
37
<!-- =========== START OF MODULE HIERARCHY =========== -->
 
38
<h2>Module Hierarchy</h2>
 
39
<ul>
 
40
<li> <b><a href="inotify-module.html"><code>inotify</code></a></b>: <i>Raw wrap of inotify.</i>
 
41
<li> <b><a href="pyinotify-module.html"><code>pyinotify</code></a></b>: <i>Interface for inotify.</i>
 
42
</ul>
 
43
 
 
44
<!-- =========== START OF CLASS HIERARCHY =========== -->
 
45
<h2>Class Hierarchy</h2>
 
46
<ul>
 
47
  <li> <b><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></b>: <i>
 
48
The most base type</i>
 
49
    <ul>
 
50
  <li> <b><a href="pyinotify.Event-class.html"><code>pyinotify.Event</code></a></b>: <i>
 
51
Observed event structure, contains useful informations about the 
 
52
observed event.</i>
 
53
  <li> <b><a href="pyinotify.EventsCodes-class.html"><code>pyinotify.EventsCodes</code></a></b>: <i>
 
54
Events codes corresponding to events which can be watched.</i>
 
55
  <li> <b><a href="__builtin__.list-class.html"><code>__builtin__.list</code></a></b>: <i>
 
56
list() -&gt; new list list(sequence) -&gt; new list initialized from 
 
57
sequence's items</i>
 
58
    <ul>
 
59
  <li> <b><a href="../private/pyinotify.Queue-class.html"><code>pyinotify.Queue</code></a></b>: <i>
 
60
Queue container class (internal use).</i>
 
61
    </ul>
 
62
  <li> <b><a href="pyinotify.ProcessEvent-class.html"><code>pyinotify.ProcessEvent</code></a></b>: <i>
 
63
Class for processing event objects, can be specialized via 
 
64
subclassing, thus its behavior can be overrided:</i>
 
65
  <li> <b><a href="pyinotify.SimpleINotify-class.html"><code>pyinotify.SimpleINotify</code></a></b>: <i>
 
66
Simple (non-threaded) INotify class, provides tools for watching files 
 
67
or directories, for reading notifications of events, and for processing 
 
68
these events.</i>
 
69
    <ul>
 
70
  <li> <b><a href="pyinotify.ThreadedINotify-class.html"><code>pyinotify.ThreadedINotify</code></a></b>: <i>
 
71
Threaded INotify class, inherits from threading.Thread to instantiate 
 
72
a separate thread and from SimpleINotify.</i>
 
73
    </ul>
 
74
  <li> <b><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></b>: <i>
 
75
type(object) -&gt; the object's type type(name, bases, dict) -&gt; a 
 
76
new type</i>
 
77
  <li> <b><a href="../private/threading._Verbose-class.html"><code>threading._Verbose</code></a></b>
 
78
    <ul>
 
79
  <li> <b><a href="threading.Thread-class.html"><code>threading.Thread</code></a></b>
 
80
    <ul>
 
81
  <li> <b><a href="pyinotify.ThreadedINotify-class.html"><code>pyinotify.ThreadedINotify</code></a></b>: <i>
 
82
Threaded INotify class, inherits from threading.Thread to instantiate 
 
83
a separate thread and from SimpleINotify.</i>
 
84
    </ul>
 
85
    </ul>
 
86
  <li> <b><a href="../private/inotify.FileTools-class.html"><code>inotify.FileTools</code></a></b>: <i>
 
87
Used to manipulate (read and write) files.</i>
 
88
    <ul>
 
89
  <li> <b><a href="../private/inotify.ProcINotify-class.html"><code>inotify.ProcINotify</code></a></b>: <i>
 
90
Manipulate inotify's variables through their representation in the 
 
91
inotify's directory of proc fs.</i>
 
92
    <ul>
 
93
  <li> <b><a href="../private/inotify.MaxQueuedEvents-class.html"><code>inotify.MaxQueuedEvents</code></a></b>: <i>
 
94
Singleton class, represents max_queued_events.</i>
 
95
  <li> <b><a href="../private/inotify.MaxUserInstances-class.html"><code>inotify.MaxUserInstances</code></a></b>: <i>
 
96
Singleton class, represents max_user_instances.</i>
 
97
  <li> <b><a href="../private/inotify.MaxUserWatches-class.html"><code>inotify.MaxUserWatches</code></a></b>: <i>
 
98
Singleton class, represents max_user_watches.</i>
 
99
    </ul>
 
100
    </ul>
 
101
  <li> <b><a href="../private/inotify.Singleton-class.html"><code>inotify.Singleton</code></a></b>: <i>
 
102
Singleton Class pattern from recipe:<a 
 
103
href="http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531">http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531</a></i>
 
104
    <ul>
 
105
  <li> <b><a href="../private/inotify.MaxQueuedEvents-class.html"><code>inotify.MaxQueuedEvents</code></a></b>: <i>
 
106
Singleton class, represents max_queued_events.</i>
 
107
  <li> <b><a href="../private/inotify.MaxUserInstances-class.html"><code>inotify.MaxUserInstances</code></a></b>: <i>
 
108
Singleton class, represents max_user_instances.</i>
 
109
  <li> <b><a href="../private/inotify.MaxUserWatches-class.html"><code>inotify.MaxUserWatches</code></a></b>: <i>
 
110
Singleton class, represents max_user_watches.</i>
 
111
    </ul>
 
112
    </ul>
 
113
  <li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
 
114
Common base class for all exceptions.</i>
 
115
    <ul>
 
116
  <li> <b><a href="pyinotify.INotifyException-class.html"><code>pyinotify.INotifyException</code></a></b>: <i>
 
117
INotify Exception.</i>
 
118
  <li> <b><a href="pyinotify.ProcessEventException-class.html"><code>pyinotify.ProcessEventException</code></a></b>: <i>
 
119
ProcessEvent Exception.</i>
 
120
    </ul>
 
121
</ul>
 
122
 
 
123
<!-- =========== START OF NAVBAR =========== -->
 
124
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
 
125
  <tr valign="center">
 
126
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
 
127
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
 
128
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
 
129
    <th class="navbar" align="right" width="100%">
 
130
      <table border="0" cellpadding="0" cellspacing="0">
 
131
      <tr><th class="navbar" align="center">
 
132
        <p class="nomargin">
 
133
          pyinotify
 
134
      </p></th></tr></table>
 
135
    </th>
 
136
  </tr>
 
137
</table>
 
138
 
 
139
<table border="0" cellpadding="0" cellspacing="0" width="100%">
 
140
  <tr>
 
141
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Wed Mar 29 03:46:07 2006</font></td>
 
142
    <td align="right"><a href="http://epydoc.sourceforge.net"
 
143
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
 
144
  </tr>
 
145
</table>
 
146
</body>
 
147
</html>