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

Function PrintCategories

steps/cpplint.py:6718–6724  ·  view source on GitHub ↗

Prints a list of all the error-categories used by error messages. These are the categories used to filter messages via --filter.

()

Source from the content-addressed store, hash-verified

6716 sys.exit(0)
6717
6718def PrintCategories():
6719 """Prints a list of all the error-categories used by error messages.
6720
6721 These are the categories used to filter messages via --filter.
6722 """
6723 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
6724 sys.exit(0)
6725
6726
6727def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected