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

Method numbers_allowed

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

Source from the content-addressed store, hash-verified

1331 self.colorscale_path = colorscale_path
1332
1333 def numbers_allowed(self):
1334 return self.colorscale_path is not None
1335
1336 def description(self):
1337 valid_color_description = """\

Callers 2

validate_coerceMethod · 0.95
vc_scalarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected