MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / SetVerboseLevel

Method SetVerboseLevel

steps/cpplint.py:1298–1302  ·  view source on GitHub ↗

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

(self, level)

Source from the content-addressed store, hash-verified

1296 return last_quiet
1297
1298 def SetVerboseLevel(self, level):
1299 """Sets the module's verbosity, and returns the previous setting."""
1300 last_verbose_level = self.verbose_level
1301 self.verbose_level = level
1302 return last_verbose_level
1303
1304 def SetCountingStyle(self, counting_style):
1305 """Sets the module's counting options."""

Callers 1

_SetVerboseLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected