Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ __iter__
Method
__iter__
plotly/io/_renderers.py:85–86 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
return
item in self._renderers
84
85
def
__iter__(self):
86
return
iter(self._renderers)
87
88
def
__getitem__(self, item):
89
renderer = self._renderers[item]
Callers
2
create_hexbin_map
Function · 0.45
get_groups_and_orders
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected