Function: BigEndianStructure Docstring: Structure with big endian byte order... Function: CDLL Docstring: An instance of this class represents a loaded dll/shared library, exporting functions using ...
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 ...