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

Function test_custom_func

tests/test_callbacks.py:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220
221
222def test_custom_func():
223 assert m.custom_function(4) == 36
224 assert m.roundtrip(m.custom_function)(4) == 36
225
226
227def test_custom_func2():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected