MCPcopy Create free account
hub / github.com/plotly/plotly.py / __repr__

Method __repr__

plotly/io/_templates.py:165–172  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 self._default = value
164
165 def __repr__(self):
166 return """\
167Templates configuration
168-----------------------
169 Default template: {default}
170 Available templates:
171{available}
172""".format(default=repr(self.default), available=self._available_templates_str())
173
174 def _available_templates_str(self):
175 """

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45

Tested by

no test coverage detected