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

Method run

lib/matplotlib/sphinxext/plot_directive.py:292–298  ·  view source on GitHub ↗

Run the plot directive.

(self)

Source from the content-addressed store, hash-verified

290 }
291
292 def run(self):
293 """Run the plot directive."""
294 try:
295 return run(self.arguments, self.content, self.options,
296 self.state_machine, self.state, self.lineno)
297 except Exception as e:
298 raise self.error(str(e))
299
300
301def _copy_css_file(app, exc):

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected