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

Method __init__

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

Source from the content-addressed store, hash-verified

639 """
640
641 def __init__(self, plotly_name, parent_name, array_ok=False, **kwargs):
642 super(BooleanValidator, self).__init__(
643 plotly_name=plotly_name, parent_name=parent_name, **kwargs
644 )
645 self.array_ok = array_ok
646
647 def description(self):
648 desc = """\

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected