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

Method setExtra1

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

Source from the content-addressed store, hash-verified

67 const std::string &value() const { return m_value; }
68
69 void setExtra1(int extra1) { m_extra1 = extra1; }
70 void setExtra2(int extra2) { m_extra2 = extra2; }
71 int extra1() const { return m_extra1; }
72 int extra2() const { return m_extra2; }

Callers 2

TEST_SUBMODULEFunction · 0.80
test_roundtripFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected