Error raised when an executable that Matplotlib optionally depends on can't be found.
| 354 | |
| 355 | |
| 356 | class ExecutableNotFoundError(FileNotFoundError): |
| 357 | """ |
| 358 | Error raised when an executable that Matplotlib optionally |
| 359 | depends on can't be found. |
| 360 | """ |
| 361 | pass |
| 362 | |
| 363 | |
| 364 | @functools.cache |
no outgoing calls
no test coverage detected
searching dependent graphs…