MCPcopy Index your code
hub / github.com/cpplint/cpplint / PrintVersion

Function PrintVersion

cpplint.py:7635–7639  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7633
7634
7635def PrintVersion():
7636 sys.stdout.write("Cpplint fork (https://github.com/cpplint/cpplint)\n")
7637 sys.stdout.write("cpplint " + __VERSION__ + "\n")
7638 sys.stdout.write("Python " + sys.version + "\n")
7639 sys.exit(0)
7640
7641
7642def PrintCategories():

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected