71 </dd> |
71 </dd> |
72 </dl> |
72 </dl> |
73 <dl> |
73 <dl> |
74 <dt>Return:</dt> |
74 <dt>Return:</dt> |
75 <dd> |
75 <dd> |
76 dictionary with the keys 'error' and 'warnings' which |
76 list of dictionaries with the key 'error' which contain a tuple with |
77 hold a list containing details about the error/ warnings |
77 details about the syntax error. Each tuple contains the file name, line |
78 (file name, line number, column, codestring (only at syntax |
78 number, column, code string and the error message. |
79 errors), the message, a list with arguments for the message) |
79 </dd> |
80 </dd> |
80 </dl> |
81 </dl> |
81 <dl> |
82 <dl> |
82 <dt>Return Type:</dt> |
83 <dt>Return Type:</dt> |
83 <dd> |
84 <dd> |
84 list of dict |
85 dict |
|
86 </dd> |
85 </dd> |
87 </dl> |
86 </dl> |
88 <div align="right"><a href="#top">Up</a></div> |
87 <div align="right"><a href="#top">Up</a></div> |
89 <hr /> |
88 <hr /> |
90 <hr /> |
89 <hr /> |
164 |
163 |
165 <dt><i>argumentsList</i> (list)</dt> |
164 <dt><i>argumentsList</i> (list)</dt> |
166 <dd> |
165 <dd> |
167 list of arguments tuples as given for yamlSyntaxCheck |
166 list of arguments tuples as given for yamlSyntaxCheck |
168 </dd> |
167 </dd> |
169 <dt><i>send</i> (func)</dt> |
168 <dt><i>send</i> (function)</dt> |
170 <dd> |
169 <dd> |
171 reference to send function |
170 reference to send function |
172 </dd> |
171 </dd> |
173 <dt><i>fx</i> (str)</dt> |
172 <dt><i>fx</i> (str)</dt> |
174 <dd> |
173 <dd> |
175 registered service name |
174 registered service name |
176 </dd> |
175 </dd> |
177 <dt><i>cancelled</i> (func)</dt> |
176 <dt><i>cancelled</i> (function)</dt> |
178 <dd> |
177 <dd> |
179 reference to function checking for a cancellation |
178 reference to function checking for a cancellation |
180 </dd> |
179 </dd> |
181 <dt><i>maxProcesses</i> (int)</dt> |
180 <dt><i>maxProcesses</i> (int)</dt> |
182 <dd> |
181 <dd> |
205 </dd> |
204 </dd> |
206 </dl> |
205 </dl> |
207 <dl> |
206 <dl> |
208 <dt>Return:</dt> |
207 <dt>Return:</dt> |
209 <dd> |
208 <dd> |
210 dictionary with the keys 'error' and 'warnings' which |
209 list of dictionaries with the key 'error' which contain a tuple with |
211 hold a list containing details about the error/ warnings |
210 details about the syntax error. Each tuple contains the file name, line |
212 (file name, line number, column, codestring (only at syntax |
211 number, column, code string and the error message. |
213 errors), the message, a list with arguments for the message) |
212 </dd> |
214 </dd> |
213 </dl> |
215 </dl> |
214 <dl> |
216 <dl> |
215 <dt>Return Type:</dt> |
217 <dt>Return Type:</dt> |
216 <dd> |
218 <dd> |
217 list of dict |
219 dict |
|
220 </dd> |
218 </dd> |
221 </dl> |
219 </dl> |
222 <div align="right"><a href="#top">Up</a></div> |
220 <div align="right"><a href="#top">Up</a></div> |
223 <hr /> |
221 <hr /> |
224 </body></html> |
222 </body></html> |