#include <pybind11/pybind11.h>
#include "test_cpp_conduit_traveler_types.h"
#include <Python.h>
#include <typeinfo>
Go to the source code of this file.
Macros | |
#define | EXO_PLANET_C_API_EXPORT __attribute__((visibility("default"))) |
Functions | |
EXO_PLANET_C_API_EXPORT PyObject * | PyInit_exo_planet_c_api () |
#define EXO_PLANET_C_API_EXPORT __attribute__((visibility("default"))) |
Definition at line 94 of file exo_planet_c_api.cpp.
EXO_PLANET_C_API_EXPORT PyObject* PyInit_exo_planet_c_api | ( | ) |
Definition at line 97 of file exo_planet_c_api.cpp.