Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ ~ArrayClass
Method
~ArrayClass
tests/test_numpy_array.cpp:303–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
ArrayClass() { py::print(
"ArrayClass()"
); }
302
ArrayClass(const ArrayClass &) = default;
303
~ArrayClass() { py::print(
"~ArrayClass()"
); }
304
};
305
py::class_<ArrayClass>(sm,
"ArrayClass"
)
306
.def(py::init<>())
Callers
nothing calls this directly
Calls
1
print
Function · 0.85
Tested by
no test coverage detected