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

Method bar

tests/test_multiple_inheritance.cpp:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 struct Base2 {
99 explicit Base2(int i) : i(i) {}
100 int bar() const { return i; }
101 int i;
102 };
103 py::class_<Base2> b2(m, "Base2");

Callers 1

TEST_SUBMODULEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected