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

Method __call__

lib/matplotlib/testing/compare.py:101–107  ·  view source on GitHub ↗
(self, orig, dest)

Source from the content-addressed store, hash-verified

99
100class _MagickConverter:
101 def __call__(self, orig, dest):
102 try:
103 subprocess.run(
104 [mpl._get_executable_info("magick").executable, orig, dest],
105 check=True)
106 except subprocess.CalledProcessError as e:
107 raise _ConverterError() from e
108
109
110class _GSConverter(_Converter):

Callers

nothing calls this directly

Calls 2

_ConverterErrorClass · 0.85
runMethod · 0.45

Tested by

no test coverage detected