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

Method _args

lib/matplotlib/animation.py:357–359  ·  view source on GitHub ↗

Assemble list of encoder-specific command-line arguments.

(self)

Source from the content-addressed store, hash-verified

355 dpi=self.dpi, **savefig_kwargs)
356
357 def _args(self):
358 """Assemble list of encoder-specific command-line arguments."""
359 return NotImplementedError("args needs to be implemented by subclass.")
360
361 @classmethod
362 def bin_path(cls):

Callers 1

_runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected