93 </dd> |
93 </dd> |
94 </dl> |
94 </dl> |
95 <dl> |
95 <dl> |
96 <dt>Return:</dt> |
96 <dt>Return:</dt> |
97 <dd> |
97 <dd> |
98 dictionary with the keys 'error', 'py_warnings' and 'warnings' which |
98 list of dictionaries with the keys 'error', 'py_warnings' and 'warnings' |
99 hold a list containing details about the syntax error, Python warnings |
99 which contain a tuple with details about the syntax error or a list of |
100 and PyFlakes warnings (file name, line number, column, codestring (only |
100 tuples with details about Python warnings and PyFlakes warnings. Each tuple |
101 for syntax errors), the message and an optional list with arguments for |
101 contains the file name, line number, column, code string (only for syntax |
102 the message) |
102 errors), the message and an optional list with arguments for the message. |
103 </dd> |
103 </dd> |
104 </dl> |
104 </dl> |
105 <dl> |
105 <dl> |
106 <dt>Return Type:</dt> |
106 <dt>Return Type:</dt> |
107 <dd> |
107 <dd> |
108 dict |
108 list of dict |
109 </dd> |
109 </dd> |
110 </dl> |
110 </dl> |
111 <div align="right"><a href="#top">Up</a></div> |
111 <div align="right"><a href="#top">Up</a></div> |
112 <hr /> |
112 <hr /> |
113 <hr /> |
113 <hr /> |
208 |
208 |
209 <dt><i>argumentsList</i> (list)</dt> |
209 <dt><i>argumentsList</i> (list)</dt> |
210 <dd> |
210 <dd> |
211 list of arguments tuples as given for pySyntaxAndPyflakesCheck |
211 list of arguments tuples as given for pySyntaxAndPyflakesCheck |
212 </dd> |
212 </dd> |
213 <dt><i>send</i> (func)</dt> |
213 <dt><i>send</i> (function)</dt> |
214 <dd> |
214 <dd> |
215 reference to send function |
215 reference to send function |
216 </dd> |
216 </dd> |
217 <dt><i>fx</i> (str)</dt> |
217 <dt><i>fx</i> (str)</dt> |
218 <dd> |
218 <dd> |
219 registered service name |
219 registered service name |
220 </dd> |
220 </dd> |
221 <dt><i>cancelled</i> (func)</dt> |
221 <dt><i>cancelled</i> (function)</dt> |
222 <dd> |
222 <dd> |
223 reference to function checking for a cancellation |
223 reference to function checking for a cancellation |
224 </dd> |
224 </dd> |
225 <dt><i>maxProcesses</i> (int)</dt> |
225 <dt><i>maxProcesses</i> (int)</dt> |
226 <dd> |
226 <dd> |
262 </dd> |
262 </dd> |
263 </dl> |
263 </dl> |
264 <dl> |
264 <dl> |
265 <dt>Return:</dt> |
265 <dt>Return:</dt> |
266 <dd> |
266 <dd> |
267 dictionary with the keys 'error', 'py_warnings' and 'warnings' which |
267 list of dictionaries with the keys 'error', 'py_warnings' and 'warnings' |
268 hold a list containing details about the syntax error, Python warnings |
268 which contain a tuple with details about the syntax error or a list of |
269 and PyFlakes warnings (file name, line number, column, codestring (only |
269 tuples with details about Python warnings and PyFlakes warnings. Each tuple |
270 for syntax errors), the message and an optional list with arguments for |
270 contains the file name, line number, column, code string (only for syntax |
271 the message) |
271 errors), the message and an optional list with arguments for the message. |
272 </dd> |
272 </dd> |
273 </dl> |
273 </dl> |
274 <dl> |
274 <dl> |
275 <dt>Return Type:</dt> |
275 <dt>Return Type:</dt> |
276 <dd> |
276 <dd> |
277 dict |
277 list of dict |
278 </dd> |
278 </dd> |
279 </dl> |
279 </dl> |
280 <div align="right"><a href="#top">Up</a></div> |
280 <div align="right"><a href="#top">Up</a></div> |
281 <hr /> |
281 <hr /> |
282 <hr /> |
282 <hr /> |