![]() |
My Project
|
#include "kernel/mod2.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/stat.h>
#include "Singular/tok.h"
#include "kernel/structs.h"
#include "Singular/mod_lib.h"
#include "Singular/ipid.h"
#include "Singular/locals.h"
#include "omalloc/omalloc.h"
#include <time.h>
#include <boost/python.hpp>
#include <Python.h>
#include "wrapper.h"
Go to the source code of this file.
Functions | |
static BOOLEAN | mod_python (leftv __res, leftv __h) |
int SI_MOD_INIT() | python_module (SModulFunctions *psModulFunctions) |
Definition at line 25 of file python_module.cc.
int SI_MOD_INIT() python_module | ( | SModulFunctions * | psModulFunctions | ) |
Definition at line 57 of file python_module.cc.