3#ifndef __PYX_HAVE__pyinfile
4#define __PYX_HAVE__pyinfile
8#ifndef __PYX_HAVE_API__pyinfile
12 #define __PYX_EXTERN_C CYTHON_EXTERN_C
13#elif defined(__PYX_EXTERN_C)
15 #pragma message ("Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.")
17 #warning Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.
20 #define __PYX_EXTERN_C extern "C++"
24 #define DL_IMPORT(_T) _T
35#if PY_MAJOR_VERSION < 3
39PyMODINIT_FUNC PyInit_pyinfile(
void);
41#if PY_VERSION_HEX >= 0x03050000 && (defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER) || (defined(__cplusplus) && __cplusplus >= 201402L))
42#if defined(__cplusplus) && __cplusplus >= 201402L
43[[deprecated(
"Use PyImport_AppendInittab(\"pyinfile\", PyInit_pyinfile) instead of calling PyInit_pyinfile directly.")]]
inline
44#elif defined(__GNUC__) || defined(__clang__)
45__attribute__ ((__deprecated__(
"Use PyImport_AppendInittab(\"pyinfile\", PyInit_pyinfile) instead of calling PyInit_pyinfile directly."), __unused__)) __inline__
46#elif defined(_MSC_VER)
47__declspec(deprecated(
"Use PyImport_AppendInittab(\"pyinfile\", PyInit_pyinfile) instead of calling PyInit_pyinfile directly.")) __inline
49static PyObject* __PYX_WARN_IF_PyInit_pyinfile_INIT_CALLED(PyObject* res) {
52#define PyInit_pyinfile() __PYX_WARN_IF_PyInit_pyinfile_INIT_CALLED(PyInit_pyinfile())
__PYX_EXTERN_C std::string CyclusPyToJson(std::string)
__PYX_EXTERN_C std::string CyclusJsonToPy(std::string)
PyMODINIT_FUNC initpyinfile(void)