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

Function _Quiet

analytical_engine/misc/cpplint.py:1429–1431  ·  view source on GitHub ↗

Return's the module's quiet setting.

()

Source from the content-addressed store, hash-verified

1427 _cpplint_state.SetOutputFormat(output_format)
1428
1429def _Quiet():
1430 """Return's the module's quiet setting."""
1431 return _cpplint_state.quiet
1432
1433def _SetQuiet(quiet):
1434 """Set the module's quiet status, and return previous setting."""

Callers 1

ParseArgumentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected