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

Method __init__

_plotly_utils/basevalidators.py:1687–1691  ·  view source on GitHub ↗
(self, plotly_name, parent_name, array_ok=False, **kwargs)

Source from the content-addressed store, hash-verified

1685 """
1686
1687 def __init__(self, plotly_name, parent_name, array_ok=False, **kwargs):
1688 super(AngleValidator, self).__init__(
1689 plotly_name=plotly_name, parent_name=parent_name, **kwargs
1690 )
1691 self.array_ok = array_ok
1692
1693 def description(self):
1694 desc = """\

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected