MCPcopy Create free account
hub / github.com/ipython/traitlets / test_cunicode_from_string

Function test_cunicode_from_string

tests/test_traitlets.py:2933–2934  ·  view source on GitHub ↗
(s, expected)

Source from the content-addressed store, hash-verified

2931 [("xyz", "xyz"), ("1", "1"), ('"xx"', "xx"), ("'abc'", "abc"), ("None", None)],
2932)
2933def test_cunicode_from_string(s, expected):
2934 _from_string_test(CUnicode, s, expected)
2935
2936
2937@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

_from_string_testFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…