MCPcopy Create free account
hub / github.com/tensorflow/tfjs / SetOutputFormat

Method SetOutputFormat

tfjs-backend-wasm/tools/cpplint.py:881–883  ·  view source on GitHub ↗

Sets the output format for errors.

(self, output_format)

Source from the content-addressed store, hash-verified

879 self.output_format = 'emacs'
880
881 def SetOutputFormat(self, output_format):
882 """Sets the output format for errors."""
883 self.output_format = output_format
884
885 def SetQuiet(self, quiet):
886 """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