MCPcopy Create free account
hub / github.com/pybind/pybind11 / PickleableWithDictNew

Class PickleableWithDictNew

tests/test_pickling.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 };
138
139 class PickleableWithDictNew : public PickleableWithDict {
140 public:
141 using PickleableWithDict::PickleableWithDict;
142 };
143
144 py::class_<PickleableWithDict> pyPickleableWithDict(
145 m, "PickleableWithDict", py::dynamic_attr());

Callers 1

TEST_SUBMODULEFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_SUBMODULEFunction · 0.68