MCPcopy Index your code
hub / github.com/plotly/plotly.py / __repr__

Method __repr__

plotly/io/_renderers.py:249–256  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

247 return renderer_names
248
249 def __repr__(self):
250 return """\
251Renderers configuration
252-----------------------
253 Default renderer: {default}
254 Available renderers:
255{available}
256""".format(default=repr(self.default), available=self._available_renderers_str())
257
258 def _available_renderers_str(self):
259 """

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45

Tested by

no test coverage detected