Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ ignore_register_page
Function
ignore_register_page
dash/testing/__init__.py:8–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
7
@contextmanager
8
def
ignore_register_page():
9
previous = _ctx.get()
10
copied = _AD(previous)
11
copied.ignore_register_page = True
12
_ctx.set(copied)
13
14
try
:
15
yield
16
finally:
17
_ctx.set(previous)
Callers
1
test_tst001_ignore_register_page
Function · 0.90
Calls
2
get
Method · 0.45
set
Method · 0.45
Tested by
1
test_tst001_ignore_register_page
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…