MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / _SetVerboseLevel

Function _SetVerboseLevel

engine/3rdparty/tinyobjloader/deps/cpplint.py:866–868  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

864
865
866def _SetVerboseLevel(level):
867 """Sets the module's verbosity, and returns the previous setting."""
868 return _cpplint_state.SetVerboseLevel(level)
869
870
871def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected