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

Function _SetVerboseLevel

analytical_engine/misc/cpplint.py:1443–1445  ·  view source on GitHub ↗

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

(level)

Source from the content-addressed store, hash-verified

1441
1442
1443def _SetVerboseLevel(level):
1444 """Sets the module's verbosity, and returns the previous setting."""
1445 return _cpplint_state.SetVerboseLevel(level)
1446
1447
1448def _SetCountingStyle(level):

Callers 2

ProcessFileFunction · 0.85
ParseArgumentsFunction · 0.85

Calls 1

SetVerboseLevelMethod · 0.80

Tested by

no test coverage detected