#include <pybind11/pybind11.h>
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (external_module, m, py::mod_gil_not_used()) | |
PYBIND11_MODULE | ( | external_module | , |
m | , | ||
py::mod_gil_not_used() | |||
) |
Definition at line 9 of file external_module.cpp.