MCPcopy Create free account
hub / github.com/tensorflow/tfjs / _SetQuiet

Function _SetQuiet

tfjs-backend-wasm/tools/cpplint.py:976–978  ·  view source on GitHub ↗

Set the module's quiet status, and return previous setting.

(quiet)

Source from the content-addressed store, hash-verified

974 return _cpplint_state.quiet
975
976def _SetQuiet(quiet):
977 """Set the module's quiet status, and return previous setting."""
978 return _cpplint_state.SetQuiet(quiet)
979
980
981def _VerboseLevel():

Callers 1

ParseArgumentsFunction · 0.85

Calls 1

SetQuietMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…