56 </table> |
56 </table> |
57 <hr /> |
57 <hr /> |
58 <hr /> |
58 <hr /> |
59 <a NAME="__pySyntaxAndPyflakesCheck" ID="__pySyntaxAndPyflakesCheck"></a> |
59 <a NAME="__pySyntaxAndPyflakesCheck" ID="__pySyntaxAndPyflakesCheck"></a> |
60 <h2>__pySyntaxAndPyflakesCheck</h2> |
60 <h2>__pySyntaxAndPyflakesCheck</h2> |
61 <b>__pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False</i>) |
61 <b>__pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False, additionalBuiltins=None, </i>) |
62 |
62 |
63 <p> |
63 <p> |
64 Function to compile one Python source file to Python bytecode |
64 Function to compile one Python source file to Python bytecode |
65 and to perform a pyflakes check. |
65 and to perform a pyflakes check. |
66 </p> |
66 </p> |
221 <div align="right"><a href="#top">Up</a></div> |
225 <div align="right"><a href="#top">Up</a></div> |
222 <hr /> |
226 <hr /> |
223 <hr /> |
227 <hr /> |
224 <a NAME="pySyntaxAndPyflakesCheck" ID="pySyntaxAndPyflakesCheck"></a> |
228 <a NAME="pySyntaxAndPyflakesCheck" ID="pySyntaxAndPyflakesCheck"></a> |
225 <h2>pySyntaxAndPyflakesCheck</h2> |
229 <h2>pySyntaxAndPyflakesCheck</h2> |
226 <b>pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False</i>) |
230 <b>pySyntaxAndPyflakesCheck</b>(<i>filename, codestring, checkFlakes=True, ignoreStarImportWarnings=False, additionalBuiltins=None, </i>) |
227 |
231 |
228 <p> |
232 <p> |
229 Function to compile one Python source file to Python bytecode |
233 Function to compile one Python source file to Python bytecode |
230 and to perform a pyflakes check. |
234 and to perform a pyflakes check. |
231 </p> |
235 </p> |