MCPcopy Create free account
hub / github.com/BVLC/caffe / _SetVerboseLevel

Function _SetVerboseLevel

scripts/cpp_lint.py:786–788  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

784
785
786def _SetVerboseLevel(level):
787 """Sets the module's verbosity, and returns the previous setting."""
788 return _cpplint_state.SetVerboseLevel(level)
789
790
791def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected