MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / PrintVersion

Function PrintVersion

steps/cpplint.py:6712–6716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6710 sys.exit(0)
6711
6712def PrintVersion():
6713 sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n')
6714 sys.stdout.write('cpplint ' + __VERSION__ + '\n')
6715 sys.stdout.write('Python ' + sys.version + '\n')
6716 sys.exit(0)
6717
6718def PrintCategories():
6719 """Prints a list of all the error-categories used by error messages.

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected