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

Function build_test_dict

tests/test_io/test_to_from_plotly_json.py:43–44  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

41
42
43def build_test_dict(value):
44 return dict(a=value, b=[3, value], c=dict(Z=value))
45
46
47def build_test_dict_string(value_string, pretty=False):

Callers 7

test_datetimeFunction · 0.85
test_datetime_arraysFunction · 0.85
test_nonstring_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected