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

Method items

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

Source from the content-addressed store, hash-verified

111 return self._renderers.keys()
112
113 def items(self):
114 return self._renderers.items()
115
116 def update(self, d={}, **kwargs):
117 """

Callers 15

_checksFunction · 0.45
_py_to_jsFunction · 0.45
_js_to_pyFunction · 0.45
node_generatorFunction · 0.45
_replace_newlineFunction · 0.45
_transform_dataMethod · 0.45
_many_to_oneFunction · 0.45
test_linestyleFunction · 0.45
clean_to_json_compatibleFunction · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_linestyleFunction · 0.36