MCPcopy Index your code
hub / github.com/plotly/dash / check

Method check

dash/_grouping.py:173–175  ·  view source on GitHub ↗
(cls, value, full_schema, path, expected_type)

Source from the content-addressed store, hash-verified

171
172 @classmethod
173 def check(cls, value, full_schema, path, expected_type):
174 if not isinstance(value, expected_type):
175 raise SchemaTypeValidationError(value, full_schema, path, expected_type)
176
177
178class SchemaLengthValidationError(InvalidCallbackReturnValue):

Callers 3

validate_groupingFunction · 0.45
demo.jsFile · 0.45

Calls 1

Tested by

no test coverage detected