MCPcopy Create free account
hub / github.com/alibaba/graph-learn / PrintVersion

Function PrintVersion

dynamic_graph_service/ci/cpplint.py:6412–6416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6410 sys.exit(0)
6411
6412def PrintVersion():
6413 sys.stdout.write('Cpplint fork (https://github.com/cpplint/cpplint)\n')
6414 sys.stdout.write('cpplint ' + __VERSION__ + '\n')
6415 sys.stdout.write('Python ' + sys.version + '\n')
6416 sys.exit(0)
6417
6418def PrintCategories():
6419 """Prints a list of all the error-categories used by error messages.

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected