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

Method get_layouts

dash/dash.py:2591–2597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2589 if not self.config.suppress_callback_exceptions:
2590
2591 async def get_layouts():
2592 return [
2593 await execute_async_function(page["layout"])
2594 if callable(page["layout"])
2595 else page["layout"]
2596 for page in _pages.PAGE_REGISTRY.values()
2597 ]
2598
2599 layouts = await get_layouts()
2600 # pylint: disable=not-callable

Callers

nothing calls this directly

Calls 1

execute_async_functionFunction · 0.85

Tested by

no test coverage detected