MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / set_verbosity_error

Function set_verbosity_error

bmtools/utils/logging.py:167–169  ·  view source on GitHub ↗

Set the verbosity to the ``ERROR`` level.

()

Source from the content-addressed store, hash-verified

165
166
167def set_verbosity_error():
168 """Set the verbosity to the ``ERROR`` level."""
169 return set_verbosity(ERROR)
170
171
172def disable_default_handler() -> None:

Callers

nothing calls this directly

Calls 1

set_verbosityFunction · 0.85

Tested by

no test coverage detected