Set the verbosity to the `WARNING` level.
()
| 189 | |
| 190 | |
| 191 | def set_verbosity_warning() -> None: |
| 192 | """Set the verbosity to the `WARNING` level.""" |
| 193 | return set_verbosity(WARNING) |
| 194 | |
| 195 | |
| 196 | def set_verbosity_debug() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…