MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / SetVerboseLevel

Method SetVerboseLevel

rtpose_wrapper/scripts/cpp_lint.py:707–711  ·  view source on GitHub ↗

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

(self, level)

Source from the content-addressed store, hash-verified

705 self.output_format = output_format
706
707 def SetVerboseLevel(self, level):
708 """Sets the module's verbosity, and returns the previous setting."""
709 last_verbose_level = self.verbose_level
710 self.verbose_level = level
711 return last_verbose_level
712
713 def SetCountingStyle(self, counting_style):
714 """Sets the module's counting options."""

Callers 1

_SetVerboseLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected