67 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> |
67 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> |
68 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> |
68 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> |
69 </tr> |
69 </tr> |
70 <tr> |
70 <tr> |
71 <td><a href="#worker">worker</a></td> |
71 <td><a href="#worker">worker</a></td> |
72 <td>Module function acting as the parallel worker for the style check.</td> |
72 <td>Module function acting as the parallel worker for the syntax check.</td> |
73 </tr> |
73 </tr> |
74 </table> |
74 </table> |
75 <hr /> |
75 <hr /> |
76 <hr /> |
76 <hr /> |
77 <a NAME="__syntaxAndPyflakesCheck" ID="__syntaxAndPyflakesCheck"></a> |
77 <a NAME="__syntaxAndPyflakesCheck" ID="__syntaxAndPyflakesCheck"></a> |