Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
def
test_custom_func():
223
assert m.custom_function(4) == 36
224
assert m.roundtrip(m.custom_function)(4) == 36
225
226
227
def
test_custom_func2():
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected