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

Function test_cast

tests/test_class_sh_basic.py:37–38  ·  view source on GitHub ↗
(rtrn_f, expected)

Source from the content-addressed store, hash-verified

35 ],
36)
37def test_cast(rtrn_f, expected):
38 assert re.match(expected, m.get_mtxt(rtrn_f()))
39
40
41@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected