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

Method __init__

_plotly_utils/basevalidators.py:404–409  ·  view source on GitHub ↗
(self, plotly_name, parent_name, **kwargs)

Source from the content-addressed store, hash-verified

402 """
403
404 def __init__(self, plotly_name, parent_name, **kwargs):
405 super(DataArrayValidator, self).__init__(
406 plotly_name=plotly_name, parent_name=parent_name, **kwargs
407 )
408
409 self.array_ok = True
410
411 def description(self):
412 return """\

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected