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

Method PickleableWithDict

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

Source from the content-addressed store, hash-verified

131 class PickleableWithDict {
132 public:
133 explicit PickleableWithDict(const std::string &value) : value(value) {}
134
135 std::string value;
136 int extra;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected