| 511 | PYBIND11_OVERRIDE(std::string, D_Repeat, say_something, times); |
| 512 | } |
| 513 | double lucky_number() override { PYBIND11_OVERRIDE(double, D_Repeat, lucky_number, ); } |
| 514 | }; |
| 515 | |
| 516 | // Inheritance approach 2: templated trampoline classes. |
nothing calls this directly
no outgoing calls
no test coverage detected