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

Function set_verbosity_debug

bmtools/utils/logging.py:162–164  ·  view source on GitHub ↗

Set the verbosity to the ``DEBUG`` level.

()

Source from the content-addressed store, hash-verified

160
161
162def set_verbosity_debug():
163 """Set the verbosity to the ``DEBUG`` level."""
164 return set_verbosity(DEBUG)
165
166
167def set_verbosity_error():

Callers

nothing calls this directly

Calls 1

set_verbosityFunction · 0.85

Tested by

no test coverage detected