Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ NoneCastTester
Method
NoneCastTester
tests/test_methods_and_attributes.cpp:138–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
public:
137
int answer = -1;
138
NoneCastTester() = default;
139
explicit NoneCastTester(int v) : answer(v) {}
140
};
141
Callers
1
test_casts_none
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected