MCPcopy
hub / github.com/plotly/dash / layout

Method layout

dash/dash.py:901–902  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

899
900 @property
901 def layout(self) -> Any:
902 return self._layout
903
904 @layout.setter
905 def layout(self, value: Any):

Callers 2

router_asyncMethod · 0.95
router_syncMethod · 0.95

Calls 1

_layout_valueMethod · 0.95

Tested by

no test coverage detected