MCPcopy
hub / github.com/plotly/dash / CallbackDependency

Class CallbackDependency

dash/types.py:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42class CallbackDependency(TypedDict):
43 id: Union[str, WildcardId]
44 property: str
45
46
47CallbackOutputTarget = Union[CallbackDependency, List[CallbackDependency]]

Callers 1

_expand_output_specFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…