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

Method items

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

Source from the content-addressed store, hash-verified

113 return self._templates.keys()
114
115 def items(self):
116 return self._templates.items()
117
118 def update(self, d={}, **kwargs):
119 """

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected