MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / PrintCategories

Function PrintCategories

util/cpplint.py:6050–6056  ·  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

6048
6049
6050def PrintCategories():
6051 """Prints a list of all the error-categories used by error messages.
6052
6053 These are the categories used to filter messages via --filter.
6054 """
6055 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
6056 sys.exit(0)
6057
6058
6059def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected