MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / SetOutputFormat

Method SetOutputFormat

util/cpplint.py:869–871  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

867 self.output_format = 'emacs'
868
869 def SetOutputFormat(self, output_format):
870 """Sets the output format for errors."""
871 self.output_format = output_format
872
873 def SetVerboseLevel(self, level):
874 """Sets the module's verbosity, and returns the previous setting."""

Callers 1

_SetOutputFormatFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected