|
bool | appendToSysPath (const char *newPath) |
|
PyObject * | importModule (char *moduleName) |
|
PyObject * | getNewObjectRef (PyObject *module, char *object) |
|
int | getPythonInit () |
|
void | decref (PyObject *object) |
|
bool | runScript (char *scriptPath) |
|
bool | runString (char *str) |
|
PyObject * | runFunction (PyObject *object, PyObject *args) |
|
void * | runFunctionVoid (PyObject *object, PyObject *args) |
|
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/plugins/scripter/pythonize.h
- /Users/ale/src/Scribus/scribus/plugins/scripter/pythonize.cpp