MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / SetOutputFormat

Method SetOutputFormat

rtpose_wrapper/scripts/cpp_lint.py:703–705  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

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