Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ items
Method
items
plotly/basedatatypes.py:4431–4432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4429
return
iter(obj)
4430
4431
def
items(self):
4432
return
[(k, self[k])
for
k in self]
4433
4434
self.__validators = ValidatorCompat()
4435
Callers
14
_make_hyphen_key
Function · 0.45
__init__
Method · 0.45
update
Method · 0.45
data
Method · 0.45
_perform_plotly_restyle
Method · 0.45
_perform_plotly_relayout
Method · 0.45
_dispatch_layout_change_callbacks
Method · 0.45
_dispatch_trace_change_callbacks
Method · 0.45
_build_update_params_from_batch
Method · 0.45
_perform_batch_animate
Method · 0.45
_process_kwargs
Method · 0.45
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected