61 <td>Private function to check one Python source file for whitespace related problems.</td> |
61 <td>Private function to check one Python source file for whitespace related problems.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#format_witnesses">format_witnesses</a></td> |
63 <td><a href="#format_witnesses">format_witnesses</a></td> |
64 <td>Function to format the witnesses as a readable string.</td> |
64 <td>Function to format the witnesses as a readable string.</td> |
65 </tr><tr> |
65 </tr><tr> |
|
66 <td><a href="#initService">initService</a></td> |
|
67 <td>Initialize the service and return the entry point.</td> |
|
68 </tr><tr> |
66 <td><a href="#process_tokens">process_tokens</a></td> |
69 <td><a href="#process_tokens">process_tokens</a></td> |
67 <td>Function processing all tokens generated by a tokenizer run.</td> |
70 <td>Function processing all tokens generated by a tokenizer run.</td> |
68 </tr> |
71 </tr> |
69 </table> |
72 </table> |
70 <hr /><hr /> |
73 <hr /><hr /> |
349 A formated string of the witnesses. |
352 A formated string of the witnesses. |
350 </dd> |
353 </dd> |
351 </dl> |
354 </dl> |
352 <div align="right"><a href="#top">Up</a></div> |
355 <div align="right"><a href="#top">Up</a></div> |
353 <hr /><hr /> |
356 <hr /><hr /> |
|
357 <a NAME="initService" ID="initService"></a> |
|
358 <h2>initService</h2> |
|
359 <b>initService</b>(<i></i>) |
|
360 <p> |
|
361 Initialize the service and return the entry point. |
|
362 </p><dl> |
|
363 <dt>Returns:</dt> |
|
364 <dd> |
|
365 the entry point for the background client (function) |
|
366 </dd> |
|
367 </dl> |
|
368 <div align="right"><a href="#top">Up</a></div> |
|
369 <hr /><hr /> |
354 <a NAME="process_tokens" ID="process_tokens"></a> |
370 <a NAME="process_tokens" ID="process_tokens"></a> |
355 <h2>process_tokens</h2> |
371 <h2>process_tokens</h2> |
356 <b>process_tokens</b>(<i>tokens</i>) |
372 <b>process_tokens</b>(<i>tokens</i>) |
357 <p> |
373 <p> |
358 Function processing all tokens generated by a tokenizer run. |
374 Function processing all tokens generated by a tokenizer run. |