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

Function lucky_number

tests/test_virtual_functions.cpp:513–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected