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

Method SetVerboseLevel

support/cpplint.py:896–900  ·  view source on GitHub ↗

Sets the module's verbosity, and returns the previous setting.

(self, level)

Source from the content-addressed store, hash-verified

894 return last_quiet
895
896 def SetVerboseLevel(self, level):
897 """Sets the module's verbosity, and returns the previous setting."""
898 last_verbose_level = self.verbose_level
899 self.verbose_level = level
900 return last_verbose_level
901
902 def SetCountingStyle(self, counting_style):
903 """Sets the module's counting options."""

Callers 1

_SetVerboseLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected