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

Method foo

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

Source from the content-addressed store, hash-verified

90 struct Base1 {
91 explicit Base1(int i) : i(i) {}
92 int foo() const { return i; }
93 int i;
94 };
95 py::class_<Base1> b1(m, "Base1");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected