def test_simple_string():
    assert m.string_roundtrip("const char *") == "const char *"
示例#2
0
def test_simple_string():
    assert m.string_roundtrip("const char *") == "const char *"