Clear all global state that is used by pages feature.
()
| 20 | |
| 21 | |
| 22 | def init_pages_state(): |
| 23 | """Clear all global state that is used by pages feature.""" |
| 24 | dash._pages.PAGE_REGISTRY.clear() |
| 25 | dash._pages.CONFIG.clear() |
| 26 | dash._pages.CONFIG.__dict__.clear() |
no test coverage detected
searching dependent graphs…