Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ El
Method
El
tests/test_stl_binders.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
class El {
21
public:
22
El() = delete;
23
explicit El(int v) : a(v) {}
24
25
int a;
Callers
1
test_vector_custom
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected