Set the verbosity to the `DEBUG` level.
()
| 194 | |
| 195 | |
| 196 | def set_verbosity_debug() -> None: |
| 197 | """Set the verbosity to the `DEBUG` level.""" |
| 198 | return set_verbosity(DEBUG) |
| 199 | |
| 200 | |
| 201 | def set_verbosity_error() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…