Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ test_complex_from_string
Function
test_complex_from_string
tests/test_traitlets.py:2980–2981 ·
view source on GitHub ↗
(s, expected)
Source
from the content-addressed store, hash-verified
2978
],
2979
)
2980
def
test_complex_from_string(s, expected):
2981
_from_string_test(Complex, s, expected)
2982
2983
2984
@pytest.mark.parametrize(
Callers
nothing calls this directly
Calls
1
_from_string_test
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…