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

Method is_no_update

dash/_no_update.py:6–11  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

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 2

_prepare_responseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected