MCPcopy 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_keyFunction · 0.45
__init__Method · 0.45
updateMethod · 0.45
dataMethod · 0.45
_process_kwargsMethod · 0.45
__repr__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected