Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_handle_rest_background_callback
Function · 0.80
_prepare_response
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected