Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/streamlit/streamlit
/ ElementDataClass
Class
ElementDataClass
lib/tests/streamlit/data_test_cases.py:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
@dataclass
85
class
ElementDataClass:
86
name: str
87
is_widget: bool
88
usage: float
89
90
91
class
ElementNamedTuple(NamedTuple):
Callers
1
data_test_cases.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…