Set the verbosity to the ``ERROR`` level.
()
| 165 | |
| 166 | |
| 167 | def set_verbosity_error(): |
| 168 | """Set the verbosity to the ``ERROR`` level.""" |
| 169 | return set_verbosity(ERROR) |
| 170 | |
| 171 | |
| 172 | def disable_default_handler() -> None: |
nothing calls this directly
no test coverage detected