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

Method keys

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

Source from the content-addressed store, hash-verified

108 self._default = None
109
110 def keys(self):
111 return self._renderers.keys()
112
113 def items(self):
114 return self._renderers.items()

Callers 15

decode_unicodeFunction · 0.45
_add_domainMethod · 0.45
_to_ordered_dictMethod · 0.45
_vals_equalMethod · 0.45
get_subplotsFunction · 0.45
split_dict_by_key_prefixFunction · 0.45
_transform_dataMethod · 0.45
raise_format_value_errorFunction · 0.45
__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected