()
| 7781 | |
| 7782 | |
| 7783 | def PrintVersion(): |
| 7784 | sys.stdout.write("Cpplint fork (https://github.com/cpplint/cpplint)\n") |
| 7785 | sys.stdout.write("cpplint " + __VERSION__ + "\n") |
| 7786 | sys.stdout.write("Python " + sys.version + "\n") |
| 7787 | sys.exit(0) |
| 7788 | |
| 7789 | |
| 7790 | def PrintCategories(): |
no test coverage detected
searching dependent graphs…