MCPcopy Create free account
hub / github.com/apache/mesos / SetQuiet

Method SetQuiet

support/cpplint.py:890–894  ·  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

888 self.output_format = output_format
889
890 def SetQuiet(self, quiet):
891 """Sets the module's quiet settings, and returns the previous setting."""
892 last_quiet = self.quiet
893 self.quiet = quiet
894 return last_quiet
895
896 def SetVerboseLevel(self, level):
897 """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