|
1 <?xml version="1.0" encoding="ascii"?> |
|
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>buildtools.Task</title> |
|
7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
|
8 <script type="text/javascript" src="epydoc.js"></script> |
|
9 </head> |
|
10 |
|
11 <body bgcolor="white" text="black" link="blue" vlink="#204080" |
|
12 alink="#204080"> |
|
13 <!-- ==================== NAVIGATION BAR ==================== --> |
|
14 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
15 bgcolor="#a0c0ff" cellspacing="0"> |
|
16 <tr valign="middle"> |
|
17 |
|
18 <!-- Tree link --> |
|
19 <th> <a |
|
20 href="module-tree.html">Trees</a> </th> |
|
21 |
|
22 <!-- Index link --> |
|
23 <th> <a |
|
24 href="identifier-index.html">Indices</a> </th> |
|
25 |
|
26 <!-- Help link --> |
|
27 <th> <a |
|
28 href="help.html">Help</a> </th> |
|
29 |
|
30 <th class="navbar" width="100%"></th> |
|
31 </tr> |
|
32 </table> |
|
33 <table width="100%" cellpadding="0" cellspacing="0"> |
|
34 <tr valign="top"> |
|
35 <td width="100%"> |
|
36 <span class="breadcrumbs"> |
|
37 <a href="buildtools-module.html">Module buildtools</a> :: |
|
38 Class Task |
|
39 </span> |
|
40 </td> |
|
41 <td> |
|
42 <table cellpadding="0" cellspacing="0"> |
|
43 <!-- hide/show private --> |
|
44 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
|
45 onclick="toggle_private();">hide private</a>]</span></td></tr> |
|
46 <tr><td align="right"><span class="options" |
|
47 >[<a href="frames.html" target="_top">frames</a |
|
48 >] | <a href="buildtools.Task-class.html" |
|
49 target="_top">no frames</a>]</span></td></tr> |
|
50 </table> |
|
51 </td> |
|
52 </tr> |
|
53 </table> |
|
54 <!-- ==================== CLASS DESCRIPTION ==================== --> |
|
55 <h1 class="epydoc">Class Task</h1><span class="codelink"><a href="buildtools-pysrc.html#Task">source code</a></span><br /><br /> |
|
56 <pre class="base-tree"> |
|
57 object --+ |
|
58 | |
|
59 <strong class="uidshort">Task</strong> |
|
60 </pre> |
|
61 |
|
62 <hr /> |
|
63 Abstract Task object.<br /><br /> |
|
64 |
|
65 <!-- ==================== INSTANCE METHODS ==================== --> |
|
66 <a name="section-InstanceMethods"></a> |
|
67 <table class="summary" border="1" cellpadding="3" |
|
68 cellspacing="0" width="100%" bgcolor="white"> |
|
69 <tr bgcolor="#70b0f0" class="table-header"> |
|
70 <td colspan="2" class="table-header"> |
|
71 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
72 <tr valign="top"> |
|
73 <td align="left"><span class="table-header">Instance Methods</span></td> |
|
74 <td align="right" valign="top" |
|
75 ><span class="options">[<a href="#section-InstanceMethods" |
|
76 class="privatelink" onclick="toggle_private();" |
|
77 >hide private</a>]</span></td> |
|
78 </tr> |
|
79 </table> |
|
80 </td> |
|
81 </tr> |
|
82 <tr> |
|
83 <td colspan="2" class="summary"> |
|
84 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
|
85 <code>__delattr__</code>, |
|
86 <code>__getattribute__</code>, |
|
87 <code>__hash__</code>, |
|
88 <code>__init__</code>, |
|
89 <code>__new__</code>, |
|
90 <code>__reduce__</code>, |
|
91 <code>__reduce_ex__</code>, |
|
92 <code>__repr__</code>, |
|
93 <code>__setattr__</code>, |
|
94 <code>__str__</code> |
|
95 </p> |
|
96 </td> |
|
97 </tr> |
|
98 </table> |
|
99 <!-- ==================== PROPERTIES ==================== --> |
|
100 <a name="section-Properties"></a> |
|
101 <table class="summary" border="1" cellpadding="3" |
|
102 cellspacing="0" width="100%" bgcolor="white"> |
|
103 <tr bgcolor="#70b0f0" class="table-header"> |
|
104 <td colspan="2" class="table-header"> |
|
105 <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
106 <tr valign="top"> |
|
107 <td align="left"><span class="table-header">Properties</span></td> |
|
108 <td align="right" valign="top" |
|
109 ><span class="options">[<a href="#section-Properties" |
|
110 class="privatelink" onclick="toggle_private();" |
|
111 >hide private</a>]</span></td> |
|
112 </tr> |
|
113 </table> |
|
114 </td> |
|
115 </tr> |
|
116 <tr> |
|
117 <td colspan="2" class="summary"> |
|
118 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: |
|
119 <code>__class__</code> |
|
120 </p> |
|
121 </td> |
|
122 </tr> |
|
123 </table> |
|
124 <!-- ==================== NAVIGATION BAR ==================== --> |
|
125 <table class="navbar" border="0" width="100%" cellpadding="0" |
|
126 bgcolor="#a0c0ff" cellspacing="0"> |
|
127 <tr valign="middle"> |
|
128 |
|
129 <!-- Tree link --> |
|
130 <th> <a |
|
131 href="module-tree.html">Trees</a> </th> |
|
132 |
|
133 <!-- Index link --> |
|
134 <th> <a |
|
135 href="identifier-index.html">Indices</a> </th> |
|
136 |
|
137 <!-- Help link --> |
|
138 <th> <a |
|
139 href="help.html">Help</a> </th> |
|
140 |
|
141 <th class="navbar" width="100%"></th> |
|
142 </tr> |
|
143 </table> |
|
144 <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
|
145 <tr> |
|
146 <td align="left" class="footer"> |
|
147 Generated by Epydoc 3.0beta1 on Wed Sep 09 13:44:17 2009 |
|
148 </td> |
|
149 <td align="right" class="footer"> |
|
150 <a href="http://epydoc.sourceforge.net">http://epydoc.sourceforge.net</a> |
|
151 </td> |
|
152 </tr> |
|
153 </table> |
|
154 |
|
155 <script type="text/javascript"> |
|
156 <!-- |
|
157 // Private objects are initially displayed (because if |
|
158 // javascript is turned off then we want them to be |
|
159 // visible); but by default, we want to hide them. So hide |
|
160 // them unless we have a cookie that says to show them. |
|
161 checkCookie() |
|
162 // --> |
|
163 </script> |
|
164 |
|
165 </body> |
|
166 </html> |