| 265 | // that were not extended on the Python side |
| 266 | struct A { |
| 267 | A() = default; |
| 268 | A(const A &) = delete; |
| 269 | virtual ~A() = default; |
| 270 | virtual void f() { py::print("A.f()"); } |
nothing calls this directly
no outgoing calls
no test coverage detected