52 <tr> |
52 <tr> |
53 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> |
53 <td><a href="#syntaxAndPyflakesCheck">syntaxAndPyflakesCheck</a></td> |
54 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> |
54 <td>Function to compile one Python source file to Python bytecode and to perform a pyflakes check.</td> |
55 </tr> |
55 </tr> |
56 <tr> |
56 <tr> |
57 <td><a href="#worker">worker</a></td> |
57 <td><a href="#workerTask">workerTask</a></td> |
58 <td>Module function acting as the parallel worker for the syntax check.</td> |
58 <td>Module function acting as the parallel worker for the syntax check.</td> |
59 </tr> |
59 </tr> |
60 </table> |
60 </table> |
61 <hr /> |
61 <hr /> |
62 <hr /> |
62 <hr /> |