MCPcopy Create free account
hub / github.com/alibaba/GraphScope / PrintVersion

Function PrintVersion

analytical_engine/misc/cpplint.py:6703–6707  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected