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

Function PrintCategories

src/tests/coding/cpplint.py:6706–6712  ·  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

6704 sys.exit(0)
6705
6706def PrintCategories():
6707 """Prints a list of all the error-categories used by error messages.
6708
6709 These are the categories used to filter messages via --filter.
6710 """
6711 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
6712 sys.exit(0)
6713
6714
6715def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected