MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / ExecutableNotFoundError

Class ExecutableNotFoundError

lib/matplotlib/__init__.py:356–361  ·  view source on GitHub ↗

Error raised when an executable that Matplotlib optionally depends on can't be found.

Source from the content-addressed store, hash-verified

354
355
356class 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

Callers 2

implFunction · 0.85
_get_executable_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…