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

Function _SetVerboseLevel

rtpose_wrapper/scripts/cpp_lint.py:782–784  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

780
781
782def _SetVerboseLevel(level):
783 """Sets the module's verbosity, and returns the previous setting."""
784 return _cpplint_state.SetVerboseLevel(level)
785
786
787def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected