docs update
This commit is contained in:
parent
72354b4ed4
commit
1cc936a9cd
128 changed files with 2255 additions and 1435 deletions
|
|
@ -60,9 +60,9 @@
|
|||
<!-- ==================== CLASS DESCRIPTION ==================== -->
|
||||
<h1 class="epydoc">Class EmailTask</h1><p class="nomargin-top"><span class="codelink"><a href="linspector.lib.tasks.email-pysrc.html#EmailTask">source code</a></span></p>
|
||||
<pre class="base-tree">
|
||||
lib.tasks.task.Task --+
|
||||
|
|
||||
<strong class="uidshort">EmailTask</strong>
|
||||
<a href="linspector.lib.tasks.task.Task-class.html">task.Task</a> --+
|
||||
|
|
||||
<strong class="uidshort">EmailTask</strong>
|
||||
</pre>
|
||||
|
||||
<hr />
|
||||
|
|
@ -120,12 +120,12 @@ lib.tasks.task.Task --+
|
|||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="summary">
|
||||
<p class="indent-wrapped-lines"><b>Inherited from <code>lib.tasks.task.Task</code></b>:
|
||||
<code>get_task_type</code>,
|
||||
<code>set_task_type</code>
|
||||
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="linspector.lib.tasks.task.Task-class.html">task.Task</a></code></b>:
|
||||
<code><a href="linspector.lib.tasks.task.Task-class.html#get_task_type">get_task_type</a></code>,
|
||||
<code><a href="linspector.lib.tasks.task.Task-class.html#set_task_type">set_task_type</a></code>
|
||||
</p>
|
||||
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code>lib.tasks.task.Task</code></b> (private):
|
||||
<code>_execute</code>
|
||||
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="linspector.lib.tasks.task.Task-class.html">task.Task</a></code></b> (private):
|
||||
<code><a href="linspector.lib.tasks.task.Task-class.html#_execute" onclick="show_private();">_execute</a></code>
|
||||
</p></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -163,20 +163,13 @@ lib.tasks.task.Task --+
|
|||
</td>
|
||||
</tr></table>
|
||||
|
||||
<pre class="literalblock">
|
||||
|
||||
this is the method tasks usually override.
|
||||
It gets called anytime the task should get executed
|
||||
|
||||
default does nothing
|
||||
|
||||
params:
|
||||
msg: the msg for this task
|
||||
|
||||
</pre>
|
||||
<p>this is the method tasks usually override. It gets called anytime the
|
||||
task should get executed</p>
|
||||
<p>default does nothing</p>
|
||||
<p>:param msg: the msg for this task</p>
|
||||
<dl class="fields">
|
||||
<dt>Overrides:
|
||||
lib.tasks.task.Task.execute_task
|
||||
<a href="linspector.lib.tasks.task.Task-class.html#execute_task">task.Task.execute_task</a>
|
||||
<dd><em class="note">(inherited documentation)</em></dd>
|
||||
</dt>
|
||||
</dl>
|
||||
|
|
@ -209,7 +202,7 @@ params:
|
|||
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
|
||||
<tr>
|
||||
<td align="left" class="footer">
|
||||
Generated by Epydoc 3.0.1 on Tue Jun 18 03:07:34 2013
|
||||
Generated by Epydoc 3.0.1 on Wed Jun 19 03:26:57 2013
|
||||
</td>
|
||||
<td align="right" class="footer">
|
||||
<a target="mainFrame" href="http://epydoc.sourceforge.net"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue