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

Method _base_temp_name

lib/matplotlib/animation.py:449–452  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

447 self._frame_format = self.supported_formats[0]
448
449 def _base_temp_name(self):
450 # Generates a template name (without number) given the frame format
451 # for extension and the prefix.
452 return self.fname_format_str % (self.temp_prefix, self.frame_format)
453
454 def grab_frame(self, **savefig_kwargs):
455 # docstring inherited

Callers 2

grab_frameMethod · 0.95
_argsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected