|
| def | pythfilter.output (s, spos, immediate=0) |
| | Output string s. More...
|
| |
| def | pythfilter.rec_name_n_param (type, tok) |
| | Records a name and parameters. More...
|
| |
| def | pythfilter.start_recording () |
| | Starts the recording of a name & param part. More...
|
| |
| def | pythfilter.is_recording_finished () |
| | Test if recording is finished. More...
|
| |
| def | pythfilter.gather_comment (type, tok, spos) |
| | Gather comment block. More...
|
| |
| def | pythfilter.print_comment (spos) |
| | Output comment block and empty buffer. More...
|
| |
| def | pythfilter.set_state (s) |
| |
| def | pythfilter.get_state () |
| |
| def | pythfilter.push_state (s) |
| |
| def | pythfilter.pop_state () |
| |
| def | pythfilter.tok_eater (type, tok, spos, epos, line) |
| |
| def | pythfilter.dump (filename) |
| |
| def | pythfilter.filter (filename) |
| |
| def | pythfilter.filterFile (filename, out=sys.stdout) |
| |
| def | pythfilter.preparePath (path) |
| |
| def | pythfilter.isNewer (file1, file2) |
| |
| def | pythfilter.convert (srcpath, destpath) |
| |