Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ PickleableNew
Class
PickleableNew
tests/test_pickling.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
};
79
80
class PickleableNew : public Pickleable {
81
public:
82
using Pickleable::Pickleable;
83
};
84
85
py::class_<Pickleable> pyPickleable(m,
"Pickleable"
);
86
pyPickleable.def(py::init<std::string>())
Callers
1
TEST_SUBMODULE
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_SUBMODULE
Function · 0.68