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

Function _get_from_context

dash/_callback_context.py:36–37  ·  view source on GitHub ↗
(key, default)

Source from the content-addressed store, hash-verified

34
35
36def _get_from_context(key, default):
37 return getattr(_get_context_value(), key, default)
38
39
40class FalsyList(list):

Callers 9

cookiesMethod · 0.85
headersMethod · 0.85
pathMethod · 0.85
argsMethod · 0.85
remoteMethod · 0.85
originMethod · 0.85
custom_dataMethod · 0.85
websocketMethod · 0.85
set_propsFunction · 0.85

Calls 1

_get_context_valueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…