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

Method extra2

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

Source from the content-addressed store, hash-verified

70 void setExtra2(int extra2) { m_extra2 = extra2; }
71 int extra1() const { return m_extra1; }
72 int extra2() const { return m_extra2; }
73
74 private:
75 std::string m_value;

Callers 2

TEST_SUBMODULEFunction · 0.80
test_roundtripFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected