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

Function test_custom_func2

tests/test_callbacks.py:227–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225
226
227def test_custom_func2():
228 assert m.custom_function2(3) == 27
229 assert m.roundtrip(m.custom_function2)(3) == 27
230
231
232def test_callback_docstring():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected