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

Method SetQuiet

steps/cpplint.py:1292–1296  ·  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

1290 self.output_format = output_format
1291
1292 def SetQuiet(self, quiet):
1293 """Sets the module's quiet settings, and returns the previous setting."""
1294 last_quiet = self.quiet
1295 self.quiet = quiet
1296 return last_quiet
1297
1298 def SetVerboseLevel(self, level):
1299 """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