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

Method Pickleable

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

Source from the content-addressed store, hash-verified

64 class Pickleable {
65 public:
66 explicit Pickleable(const std::string &value) : m_value(value) {}
67 const std::string &value() const { return m_value; }
68
69 void setExtra1(int extra1) { m_extra1 = extra1; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected