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

Function _invoke_callback

dash/_callback.py:57–58  ·  view source on GitHub ↗
(func, *args, **kwargs)

Source from the content-addressed store, hash-verified

55
56
57def _invoke_callback(func, *args, **kwargs): # used to mark the frame for the debugger
58 return func(*args, **kwargs) # %% callback invoked %%
59
60
61GLOBAL_CALLBACK_LIST: List[Any] = []

Callers 1

add_contextFunction · 0.85

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…