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

Method __init__

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

Source from the content-addressed store, hash-verified

669
670class SrcValidator(BaseValidator):
671 def __init__(self, plotly_name, parent_name, **kwargs):
672 super(SrcValidator, self).__init__(
673 plotly_name=plotly_name, parent_name=parent_name, **kwargs
674 )
675
676 self.chart_studio = get_module("chart_studio")
677
678 def description(self):
679 return """\

Callers 15

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

get_moduleFunction · 0.90

Tested by

no test coverage detected