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

Function _SetFilters

engine/3rdparty/tinyobjloader/deps/cpplint.py:881–891  ·  view source on GitHub ↗

Sets the module's error-message filters. These filters are applied when deciding whether to emit a given error message. Args: filters: A string of comma-separated filters (eg "whitespace/indent"). Each filter should start with + or -; else we die.

(filters)

Source from the content-addressed store, hash-verified

879
880
881def _SetFilters(filters):
882 """Sets the module's error-message filters.
883
884 These filters are applied when deciding whether to emit a given
885 error message.
886
887 Args:
888 filters: A string of comma-separated filters (eg "whitespace/indent").
889 Each filter should start with + or -; else we die.
890 """
891 _cpplint_state.SetFilters(filters)
892
893def _AddFilters(filters):
894 """Adds more filter overrides.

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetFiltersMethod · 0.80

Tested by

no test coverage detected