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

Function test_renderer

lib/matplotlib/tests/test_pickle.py:187–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185
186
187def test_renderer():
188 from matplotlib.backends.backend_agg import RendererAgg
189 renderer = RendererAgg(10, 20, 30)
190 pickle.dump(renderer, BytesIO())
191
192
193def test_image():

Callers

nothing calls this directly

Calls 1

RendererAggClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…