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

Function _try_distill

lib/matplotlib/backends/backend_ps.py:1286–1290  ·  view source on GitHub ↗
(func, tmppath, *args, **kwargs)

Source from the content-addressed store, hash-verified

1284
1285
1286def _try_distill(func, tmppath, *args, **kwargs):
1287 try:
1288 func(str(tmppath), *args, **kwargs)
1289 except mpl.ExecutableNotFoundError as exc:
1290 _log.warning("%s. Distillation step skipped.", exc)
1291
1292
1293def gs_distill(tmpfile, eps=False, ptype='letter', bbox=None, rotated=False):

Callers 2

_print_figureMethod · 0.85
_print_figure_texMethod · 0.85

Calls 1

funcFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…