87 <dd> |
87 <dd> |
88 string containing the code to check |
88 string containing the code to check |
89 </dd> |
89 </dd> |
90 </dl> |
90 </dl> |
91 <dl> |
91 <dl> |
92 <dt>Returns:</dt> |
92 <dt>Return:</dt> |
93 <dd> |
93 <dd> |
94 dictionary with the keys 'error' and 'warnings' which |
94 dictionary with the keys 'error' and 'warnings' which |
95 hold a list containing details about the error/ warnings |
95 hold a list containing details about the error/ warnings |
96 (file name, line number, column, codestring (only at syntax |
96 (file name, line number, column, codestring (only at syntax |
97 errors), the message, a list with arguments for the message) |
97 errors), the message, a list with arguments for the message) |
229 <dd> |
229 <dd> |
230 string containing the code to check |
230 string containing the code to check |
231 </dd> |
231 </dd> |
232 </dl> |
232 </dl> |
233 <dl> |
233 <dl> |
234 <dt>Returns:</dt> |
234 <dt>Return:</dt> |
235 <dd> |
235 <dd> |
236 dictionary with the keys 'error' and 'warnings' which |
236 dictionary with the keys 'error' and 'warnings' which |
237 hold a list containing details about the error/ warnings |
237 hold a list containing details about the error/ warnings |
238 (file name, line number, column, codestring (only at syntax |
238 (file name, line number, column, codestring (only at syntax |
239 errors), the message, a list with arguments for the message) |
239 errors), the message, a list with arguments for the message) |