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

Method SetQuiet

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

Sets the module's quiet settings, and returns the previous setting.

(self, quiet)

Source from the content-addressed store, hash-verified

883 self.output_format = output_format
884
885 def SetQuiet(self, quiet):
886 """Sets the module's quiet settings, and returns the previous setting."""
887 last_quiet = self.quiet
888 self.quiet = quiet
889 return last_quiet
890
891 def SetVerboseLevel(self, level):
892 """Sets the module's verbosity, and returns the previous setting."""

Callers 1

_SetQuietFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected