Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
43
def
build_test_dict(value):
44
return
dict(a=value, b=[3, value], c=dict(Z=value))
45
46
47
def
build_test_dict_string(value_string, pretty=False):
Callers
7
test_numeric_numpy_encoding
Function · 0.85
test_numpy_unicode_encoding
Function · 0.85
test_object_numpy_encoding
Function · 0.85
test_datetime
Function · 0.85
test_datetime_arrays
Function · 0.85
test_nonstring_key
Function · 0.85
test_mixed_string_nonstring_key
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected