MCPcopy Create free account
hub / github.com/apache/mesos / SetOutputFormat

Method SetOutputFormat

support/cpplint.py:886–888  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

884 self.output_format = 'emacs'
885
886 def SetOutputFormat(self, output_format):
887 """Sets the output format for errors."""
888 self.output_format = output_format
889
890 def SetQuiet(self, quiet):
891 """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