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

Method bin_path

lib/matplotlib/animation.py:362–368  ·  view source on GitHub ↗

Return the binary path to the commandline tool used by a specific subclass. This is a class method so that the tool can be looked for before making a particular MovieWriter subclass available.

(cls)

Source from the content-addressed store, hash-verified

360
361 @classmethod
362 def bin_path(cls):
363 """
364 Return the binary path to the commandline tool used by a specific
365 subclass. This is a class method so that the tool can be looked for
366 before making a particular MovieWriter subclass available.
367 """
368 return str(mpl.rcParams[cls._exec_key])
369
370 @classmethod
371 def isAvailable(cls):

Callers 4

isAvailableMethod · 0.45
_argsMethod · 0.45
_argsMethod · 0.45
bin_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected