Set the verbosity to the `DEBUG` level.
()
| 174 | |
| 175 | |
| 176 | def set_verbosity_debug() -> None: |
| 177 | """Set the verbosity to the `DEBUG` level.""" |
| 178 | return set_verbosity(DEBUG) |
| 179 | |
| 180 | |
| 181 | def set_verbosity_error() -> None: |
nothing calls this directly
no test coverage detected