m.def("test_function1", [](int, int) {}, py::arg("a"), py::arg("b")); m.def("test_function2", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); m ...
int: The calculated birth year (assuming the current year is 2026). #Note: we are hardcoding the year for this example.