MCPcopy Index your code
hub / github.com/cpplint/cpplint / SetOutputFormat

Method SetOutputFormat

cpplint.py:1417–1419  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

1415 self._junit_failures = []
1416
1417 def SetOutputFormat(self, output_format):
1418 """Sets the output format for errors."""
1419 self.output_format = output_format
1420
1421 def SetQuiet(self, quiet):
1422 """Sets the module's quiet settings, and returns the previous setting."""

Callers 1

_SetOutputFormatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected