MCPcopy Index your code
hub / github.com/plotly/plotly.py / test_nonstring_key

Function test_nonstring_key

tests/test_io/test_to_from_plotly_json.py:230–233  ·  view source on GitHub ↗
(engine, pretty)

Source from the content-addressed store, hash-verified

228
229
230def test_nonstring_key(engine, pretty):
231 value = build_test_dict({0: 1})
232 result = pio.to_json_plotly(value, engine=engine)
233 check_roundtrip(result, engine=engine, pretty=pretty)
234
235
236def test_mixed_string_nonstring_key(engine, pretty):

Callers

nothing calls this directly

Calls 2

build_test_dictFunction · 0.85
check_roundtripFunction · 0.85

Tested by

no test coverage detected