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) |
250 <dd> |
250 <dd> |
251 string containing the code to check |
251 string containing the code to check |
252 </dd> |
252 </dd> |
253 </dl> |
253 </dl> |
254 <dl> |
254 <dl> |
255 <dt>Returns:</dt> |
255 <dt>Return:</dt> |
256 <dd> |
256 <dd> |
257 dictionary with the keys 'error' and 'warnings' which |
257 dictionary with the keys 'error' and 'warnings' which |
258 hold a list containing details about the error/ warnings |
258 hold a list containing details about the error/ warnings |
259 (file name, line number, column, codestring (only at syntax |
259 (file name, line number, column, codestring (only at syntax |
260 errors), the message, a list with arguments for the message) |
260 errors), the message, a list with arguments for the message) |