Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ set
Method
set
tests/pybind11_tests.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
int value() const { return i; }
34
void set(int set) { i = set; }
35
36
private:
37
int i = -1;
Callers
1
test_iterator_referencing
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected