MCPcopy Create free account
hub / github.com/BVLC/caffe / SetOutputFormat

Method SetOutputFormat

scripts/cpp_lint.py:707–709  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

705 self.output_format = 'emacs'
706
707 def SetOutputFormat(self, output_format):
708 """Sets the output format for errors."""
709 self.output_format = output_format
710
711 def SetVerboseLevel(self, level):
712 """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