MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / PrintCategories

Function PrintCategories

engine/3rdparty/tinyobjloader/deps/cpplint.py:6225–6231  ·  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

6223
6224
6225def PrintCategories():
6226 """Prints a list of all the error-categories used by error messages.
6227
6228 These are the categories used to filter messages via --filter.
6229 """
6230 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
6231 sys.exit(0)
6232
6233
6234def ParseArguments(args):

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected