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

Method data_class

_plotly_utils/basevalidators.py:2440–2445  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2438
2439 @property
2440 def data_class(self):
2441 if self._data_class is None:
2442 module = import_module(self.module_str)
2443 self._data_class = getattr(module, self.data_class_str)
2444
2445 return self._data_class
2446
2447 def description(self):
2448 desc = (

Callers 3

validate_coerceMethod · 0.95
validate_coerceMethod · 0.45
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected