MCPcopy 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
8def 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

Calls 2

getMethod · 0.45
setMethod · 0.45

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…