We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fc936 commit 98ea9eeCopy full SHA for 98ea9ee
2 files changed
dash/layout.py dash/_layout_utils.pydash/layout.py renamed to dash/_layout_utils.py
tests/unit/test_layout.py
@@ -1,9 +1,9 @@
1
-"""Tests for dash.layout — layout traversal and component lookup utilities."""
+"""Tests for dash._layout_utils — layout traversal and component lookup utilities."""
2
3
import pytest
4
5
from dash import html, dcc
6
-from dash.layout import (
+from dash._layout_utils import (
7
traverse,
8
find_component,
9
extract_text,
0 commit comments