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) |
200 <dd> |
200 <dd> |
201 string containing the code to check |
201 string containing the code to check |
202 </dd> |
202 </dd> |
203 </dl> |
203 </dl> |
204 <dl> |
204 <dl> |
205 <dt>Returns:</dt> |
205 <dt>Return:</dt> |
206 <dd> |
206 <dd> |
207 dictionary with the keys 'error' and 'warnings' which |
207 dictionary with the keys 'error' and 'warnings' which |
208 hold a list containing details about the error/ warnings |
208 hold a list containing details about the error/ warnings |
209 (file name, line number, column, codestring (only at syntax |
209 (file name, line number, column, codestring (only at syntax |
210 errors), the message, a list with arguments for the message) |
210 errors), the message, a list with arguments for the message) |