/usr/share/doc/python-dbus-doc/api/class-tree.html is in python-dbus-doc 1.2.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 | <?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="dbus-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%"> </td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="class-tree.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<center><b>
[ <a href="module-tree.html">Module Hierarchy</a>
| <a href="class-tree.html">Class Hierarchy</a> ]
</b></center><br />
<h1 class="epydoc">Class Hierarchy</h1>
<ul class="nomargin-top">
<li> <strong class="uidlink"><a href="dbus.proxies._DeferredMethod-class.html" onclick="show_private();">dbus.proxies._DeferredMethod</a></strong>:
<em class="summary">A proxy method which will only get called once we have its
introspection reply.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.proxies._ProxyMethod-class.html" onclick="show_private();">dbus.proxies._ProxyMethod</a></strong>:
<em class="summary">A proxy method.</em>
</li>
<li> <strong class="uidlink">object</strong>:
<em class="summary">The most base type</em>
<ul>
<li> <strong class="uidlink">exceptions.BaseException</strong>:
<em class="summary">Common base class for all exceptions</em>
<ul>
<li> <strong class="uidlink">exceptions.Exception</strong>:
<em class="summary">Common base class for all non-exit exceptions.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.exceptions.DBusException-class.html">dbus.exceptions.DBusException</a></strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.exceptions.IntrospectionParserException-class.html">dbus.exceptions.IntrospectionParserException</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.exceptions.MissingErrorHandlerException-class.html">dbus.exceptions.MissingErrorHandlerException</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.exceptions.MissingReplyHandlerException-class.html">dbus.exceptions.MissingReplyHandlerException</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.exceptions.NameExistsException-class.html">dbus.exceptions.NameExistsException</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.exceptions.UnknownMethodException-class.html">dbus.exceptions.UnknownMethodException</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.exceptions.ValidationException-class.html">dbus.exceptions.ValidationException</a></strong>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="dbus.service.BusName-class.html">dbus.service.BusName</a></strong>:
<em class="summary">A base class for exporting your own Named Services across the Bus.</em>
</li>
<li> <strong class="uidlink">_dbus_bindings.Connection</strong>:
<em class="summary">A D-Bus connection.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.connection.Connection-class.html">dbus.connection.Connection</a></strong>:
<em class="summary">A connection to another application. In this base class there is
assumed to be no bus daemon.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.bus.BusConnection-class.html">dbus.bus.BusConnection</a></strong>:
<em class="summary">A connection to a D-Bus daemon that implements the
<tt class="rst-docutils literal">org.freedesktop.DBus</tt> pseudo-service.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus._dbus.Bus-class.html">dbus._dbus.Bus</a></strong>:
<em class="summary">A connection to one of three possible standard buses, the SESSION,
SYSTEM, or STARTER bus. This class manages shared connections to those
buses.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus._dbus.SessionBus-class.html">dbus._dbus.SessionBus</a></strong>:
<em class="summary">The session (current login) message bus.</em>
</li>
<li> <strong class="uidlink"><a href="dbus._dbus.StarterBus-class.html">dbus._dbus.StarterBus</a></strong>:
<em class="summary">The bus that activated this process (only valid if
this process was launched by DBus activation).</em>
</li>
<li> <strong class="uidlink"><a href="dbus._dbus.SystemBus-class.html">dbus._dbus.SystemBus</a></strong>:
<em class="summary">The system-wide message bus.</em>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">gi._gi.GObject</strong>:
<em class="summary">Object GObject</em>
<ul>
<li> <strong class="uidlink"><i>unreachable</i>.Object</strong>
<ul>
<li> <strong class="uidlink">gi.overrides.GObject.Object</strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.gi_service.ExportedGObject-class.html">dbus.gi_service.ExportedGObject</a></strong>:
<em class="summary">A GObject which is exported on the D-Bus.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.gobject_service.ExportedGObject-class.html">dbus.gobject_service.ExportedGObject</a></strong>:
<em class="summary">A GObject which is exported on the D-Bus.</em>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="dbus.proxies.Interface-class.html">dbus.proxies.Interface</a></strong>:
<em class="summary">An interface into a remote object.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.service.Interface-class.html" onclick="show_private();">dbus.service.Interface</a></strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.service.Object-class.html">dbus.service.Object</a></strong>:
<em class="summary">A base class for exporting your own Objects across the Bus.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.gi_service.ExportedGObject-class.html">dbus.gi_service.ExportedGObject</a></strong>:
<em class="summary">A GObject which is exported on the D-Bus.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.gobject_service.ExportedGObject-class.html">dbus.gobject_service.ExportedGObject</a></strong>:
<em class="summary">A GObject which is exported on the D-Bus.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.service.FallbackObject-class.html">dbus.service.FallbackObject</a></strong>:
<em class="summary">An object that implements an entire subtree of the object-path
tree.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="dbus.lowlevel.Message-class.html">dbus.lowlevel.Message</a></strong>:
<em class="summary">A message to be sent or received over a D-Bus Connection.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.lowlevel.ErrorMessage-class.html">dbus.lowlevel.ErrorMessage</a></strong>:
<em class="summary">An error message.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.lowlevel.MethodCallMessage-class.html">dbus.lowlevel.MethodCallMessage</a></strong>:
<em class="summary">A method-call message.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.lowlevel.MethodReturnMessage-class.html">dbus.lowlevel.MethodReturnMessage</a></strong>:
<em class="summary">A method-return message.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.lowlevel.SignalMessage-class.html">dbus.lowlevel.SignalMessage</a></strong>:
<em class="summary">A signal message.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">gi.types.MetaClassHelper</strong>
<ul>
<li> <strong class="uidlink">gi.types.GObjectMeta</strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.gi_service.ExportedGObjectType-class.html" onclick="show_private();">dbus.gi_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gi_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.gobject_service.ExportedGObjectType-class.html">dbus.gobject_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gobject_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="dbus.bus.NameOwnerWatch-class.html">dbus.bus.NameOwnerWatch</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.mainloop.NativeMainLoop-class.html">dbus.mainloop.NativeMainLoop</a></strong>:
<em class="summary">Object representing D-Bus main loop integration done in native code.
Cannot be instantiated directly.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.lowlevel.PendingCall-class.html">dbus.lowlevel.PendingCall</a></strong>:
<em class="summary">Object representing a pending D-Bus call, returned by
Connection.send_message_with_reply(). Cannot be instantiated directly.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.proxies.ProxyObject-class.html">dbus.proxies.ProxyObject</a></strong>:
<em class="summary">A proxy to the remote Object.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.connection.SignalMatch-class.html">dbus.connection.SignalMatch</a></strong>
</li>
<li> <strong class="uidlink"><a href="dbus.types.UnixFd-class.html">dbus.types.UnixFd</a></strong>:
<em class="summary">An Unix Fd.</em>
</li>
<li> <strong class="uidlink"><a href="dbus._expat_introspect_parser._Parser-class.html" onclick="show_private();">dbus._expat_introspect_parser._Parser</a></strong>
</li>
<li> <strong class="uidlink">_dbus_bindings._Server</strong>:
<em class="summary">A D-Bus server.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.server.Server-class.html">dbus.server.Server</a></strong>:
<em class="summary">An opaque object representing a server that listens for connections from
other applications.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="dbus.service._VariantSignature-class.html" onclick="show_private();">dbus.service._VariantSignature</a></strong>:
<em class="summary">A fake method signature which, when iterated, yields an endless stream
of 'v' characters representing variants (handy with zip()).</em>
</li>
<li> <strong class="uidlink">basestring</strong>:
<em class="summary">Type basestring cannot be instantiated; it is the base for str and unicode.</em>
<ul>
<li> <strong class="uidlink">str</strong>:
<em class="summary">str(object='') -> string</em>
<ul>
<li> <strong class="uidlink">_dbus_bindings._StrBase</strong>:
<em class="summary">Base class for str subclasses with a <tt class="rst-docutils literal">variant_level</tt> attribute.
Do not rely on the existence of this class outside dbus-python.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.ByteArray-class.html">dbus.ByteArray</a></strong>:
<em class="summary">ByteArray is a subtype of str which can be used when you want an
efficient immutable representation of a D-Bus byte array (signature 'ay').</em>
</li>
<li> <strong class="uidlink"><a href="dbus.ObjectPath-class.html">dbus.ObjectPath</a></strong>:
<em class="summary">A D-Bus object path, such as '/com/example/MyApp/Documents/abc'.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.Signature-class.html">dbus.Signature</a></strong>:
<em class="summary">A string subclass whose values are restricted to valid D-Bus
signatures. When iterated over, instead of individual characters it
produces Signature instances representing single complete types.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.UTF8String-class.html">dbus.UTF8String</a></strong>:
<em class="summary">A string represented using UTF-8 - a subtype of <code class="link">str</code>.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">unicode</strong>:
<em class="summary">unicode(object='') -> unicode object
unicode(string[, encoding[, errors]]) -> unicode object</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.String-class.html">dbus.String</a></strong>:
<em class="summary">A string represented using Unicode - a subtype of <code class="link">unicode</code>.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">dict</strong>:
<em class="summary">dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Dictionary-class.html">dbus.Dictionary</a></strong>:
<em class="summary">An mapping whose keys are similar and whose values are similar,
implemented as a subtype of dict.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">float</strong>:
<em class="summary">float(x) -> floating point number</em>
<ul>
<li> <strong class="uidlink">_dbus_bindings._FloatBase</strong>:
<em class="summary">Base class for float subclasses with a <tt class="rst-docutils literal">variant_level</tt> attribute.
Do not rely on the existence of this class outside dbus-python.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Double-class.html">dbus.Double</a></strong>:
<em class="summary">A double-precision floating point number (a subtype of float).</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">int</strong>:
<em class="summary">int(x=0) -> int or long
int(x, base=10) -> int or long</em>
<ul>
<li> <strong class="uidlink">_dbus_bindings._IntBase</strong>:
<em class="summary">Base class for int subclasses with a <tt class="rst-docutils literal">variant_level</tt> attribute.
Do not rely on the existence of this class outside dbus-python.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Boolean-class.html">dbus.Boolean</a></strong>:
<em class="summary">A boolean, represented as a subtype of <code class="link">int</code> (not <code class="link">bool</code>, because <code class="link">bool</code>
cannot be subclassed).</em>
</li>
<li> <strong class="uidlink"><a href="dbus.Byte-class.html">dbus.Byte</a></strong>:
<em class="summary">An unsigned byte: a subtype of int, with range restricted to [0, 255].</em>
</li>
<li> <strong class="uidlink"><a href="dbus.Int16-class.html">dbus.Int16</a></strong>:
<em class="summary">A signed 16-bit integer between -0x8000 and +0x7FFF, represented as
a subtype of <code class="link">int</code>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.Int32-class.html">dbus.Int32</a></strong>:
<em class="summary">A signed 32-bit integer between -0x8000 0000 and +0x7FFF FFFF, represented as
a subtype of <code class="link">int</code>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.UInt16-class.html">dbus.UInt16</a></strong>:
<em class="summary">An unsigned 16-bit integer between 0 and 0xFFFF, represented as
a subtype of <code class="link">int</code>.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">list</strong>:
<em class="summary">list() -> new empty list
list(iterable) -> new list initialized from iterable's items</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Array-class.html">dbus.Array</a></strong>:
<em class="summary">An array of similar items, implemented as a subtype of list.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">long</strong>:
<em class="summary">long(x=0) -> long
long(x, base=10) -> long</em>
<ul>
<li> <strong class="uidlink">_dbus_bindings._LongBase</strong>:
<em class="summary">Base class for <tt class="rst-docutils literal">long</tt> subclasses with a <tt class="rst-docutils literal">variant_level</tt> attribute.
Do not rely on the existence of this class outside dbus-python.</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Int64-class.html">dbus.Int64</a></strong>:
<em class="summary">A signed 64-bit integer between -0x8000 0000 0000 0000 and
+0x7FFF FFFF FFFF FFFF, represented as a subtype of <code class="link">long</code>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.UInt32-class.html">dbus.UInt32</a></strong>:
<em class="summary">An unsigned 32-bit integer between 0 and 0xFFFF FFFF, represented as a
subtype of <code class="link">long</code>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.UInt64-class.html">dbus.UInt64</a></strong>:
<em class="summary">An unsigned 64-bit integer between 0 and 0xFFFF FFFF FFFF FFFF,
represented as a subtype of <code class="link">long</code>.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink">tuple</strong>:
<em class="summary">tuple() -> empty tuple
tuple(iterable) -> tuple initialized from iterable's items</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.Struct-class.html">dbus.Struct</a></strong>:
<em class="summary">An structure containing items of possibly distinct types.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">type</strong>:
<em class="summary">type(object) -> the object's type
type(name, bases, dict) -> a new type</em>
<ul>
<li> <strong class="uidlink"><a href="dbus.service.InterfaceType-class.html" onclick="show_private();">dbus.service.InterfaceType</a></strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.gi_service.ExportedGObjectType-class.html" onclick="show_private();">dbus.gi_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gi_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.gobject_service.ExportedGObjectType-class.html">dbus.gobject_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gobject_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink">gi.types._GObjectMetaBase</strong>:
<em class="summary">Metaclass for automatically registering GObject classes.</em>
<ul>
<li> <strong class="uidlink">gi.types.GObjectMeta</strong>
<ul>
<li> <strong class="uidlink"><a href="dbus.gi_service.ExportedGObjectType-class.html" onclick="show_private();">dbus.gi_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gi_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
<li> <strong class="uidlink"><a href="dbus.gobject_service.ExportedGObjectType-class.html">dbus.gobject_service.ExportedGObjectType</a></strong>:
<em class="summary">A metaclass which inherits from both GObjectMeta and
<a href="dbus.service.InterfaceType-class.html" class="link" onclick="show_private();">dbus.service.InterfaceType</a>. Used as the metaclass for <a href="dbus.gobject_service.ExportedGObject-class.html" class="link">ExportedGObject</a>.</em>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="dbus-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1
on Mon Jan 29 19:57:57 2018
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// 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();
// -->
</script>
</body>
</html>
|