(options)
| 1258 | writeOutput(testresults, output_format, cnt, bin_path) |
| 1259 | |
| 1260 | def main(options): |
| 1261 | checkPythonPxdHeader(options.src_path, options.bin_path, |
| 1262 | options.ignorefile, options.pxds_out, |
| 1263 | options.print_pxd, options.output_format, |
| 1264 | options.generate_pxd, options.verbose) |
| 1265 | |
| 1266 | def handle_args(): |
| 1267 | usage = "Python extension checker. Run to identify classes and functions that have not been wrapped yet in pyOpenMS. Make sure you run 'make doc_xml' in the build path (--bin_path) first." |
no test coverage detected