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

Method grab_frame

lib/matplotlib/tests/test_animation.py:74–78  ·  view source on GitHub ↗
(self, **savefig_kwargs)

Source from the content-addressed store, hash-verified

72 self._count = 0
73
74 def grab_frame(self, **savefig_kwargs):
75 from matplotlib.animation import _validate_grabframe_kwargs
76 _validate_grabframe_kwargs(savefig_kwargs)
77 self.savefig_kwargs = savefig_kwargs
78 self._count += 1
79
80 def finish(self):
81 pass

Callers 1

test_grabframeFunction · 0.45

Calls 1

Tested by

no test coverage detected