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

Class NoUpdate

dash/_no_update.py:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class NoUpdate:
2 def to_plotly_json(self): # pylint: disable=no-self-use
3 return {"_dash_no_update": "_dash_no_update"}
4
5 @staticmethod
6 def is_no_update(obj):
7 return (
8 obj is NoUpdate
9 or isinstance(obj, NoUpdate)
10 or (isinstance(obj, dict) and obj == {"_dash_no_update": "_dash_no_update"})
11 )

Callers 3

add_contextFunction · 0.85
async_add_contextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…