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

Function validate_background_inputs

dash/_callback.py:257–265  ·  view source on GitHub ↗
(deps)

Source from the content-addressed store, hash-verified

255
256
257def validate_background_inputs(deps):
258 for dep in deps:
259 if dep.has_wildcard():
260 raise WildcardInLongCallback(
261 f"""
262 background callbacks does not support dependencies with
263 pattern-matching ids
264 Received: {repr(dep)}\n"""
265 )
266
267
268ClientsideFuncType = Union[str, ClientsideFunction]

Callers 1

callbackFunction · 0.85

Calls 2

has_wildcardMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…