MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / main

Function main

tools/PythonExtensionChecker.py:1260–1264  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

1258 writeOutput(testresults, output_format, cnt, bin_path)
1259
1260def 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
1266def 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."

Callers 1

Calls 1

checkPythonPxdHeaderFunction · 0.85

Tested by

no test coverage detected