MCPcopy Create free account
hub / github.com/alibaba/GraphScope / SetVerboseLevel

Method SetVerboseLevel

analytical_engine/misc/cpplint.py:1287–1291  ·  view source on GitHub ↗

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

(self, level)

Source from the content-addressed store, hash-verified

1285 return last_quiet
1286
1287 def SetVerboseLevel(self, level):
1288 """Sets the module's verbosity, and returns the previous setting."""
1289 last_verbose_level = self.verbose_level
1290 self.verbose_level = level
1291 return last_verbose_level
1292
1293 def SetCountingStyle(self, counting_style):
1294 """Sets the module's counting options."""

Callers 1

_SetVerboseLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected