MCPcopy Create free account
hub / github.com/streamlit/streamlit / ElementPydanticModel

Class ElementPydanticModel

lib/tests/streamlit/data_test_cases.py:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185 from pydantic import BaseModel
1186
1187 class ElementPydanticModel(BaseModel):
1188 name: str
1189 is_widget: bool
1190 usage: float
1191
1192 SHARED_TEST_CASES.extend(
1193 [

Callers 1

data_test_cases.pyFile · 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…