Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ validator
Function
validator
tests/test_plotly_utils/validators/test_literal_validator.py:7–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
# Fixtures
6
@pytest.fixture()
7
def
validator():
8
return
LiteralValidator(
"prop"
,
"parent"
,
"scatter"
)
9
10
11
# Tests
Callers
nothing calls this directly
Calls
1
LiteralValidator
Class · 0.90
Tested by
no test coverage detected