MCPcopy Create free account
hub / github.com/pybind/pybind11 / test_simple_string

Function test_simple_string

tests/test_builtin_casters.py:12–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def test_simple_string():
13 assert m.string_roundtrip("const char *") == "const char *"
14
15
16def test_unicode_conversion():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected