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

Function PrintVersion

src/tests/coding/cpplint.py:6700–6704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6698 sys.exit(0)
6699
6700def PrintVersion():
6701 sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n')
6702 sys.stdout.write('cpplint ' + __VERSION__ + '\n')
6703 sys.stdout.write('Python ' + sys.version + '\n')
6704 sys.exit(0)
6705
6706def PrintCategories():
6707 """Prints a list of all the error-categories used by error messages.

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected