Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ TEST_SUBMODULE
Function
TEST_SUBMODULE
tests/test_docs_advanced_cast_custom.cpp:69–69 ·
view source on GitHub ↗
Bind the negate function
Source
from the content-addressed store, hash-verified
67
68
// Bind the negate function
69
TEST_SUBMODULE(docs_advanced_cast_custom, m) { m.def(
"negate"
, user_space::negate); }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected