![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <python.h>
Public Member Functions | |
ePython () | |
~ePython () | |
int | execFile (const char *file) |
int | execute (const std::string &pythonfile, const std::string &funcname) |
Static Public Member Functions | |
static int | call (ePyObject pFunc, ePyObject args) |
static ePyObject | resolve (const std::string &pythonfile, const std::string &funcname) |
ePython::ePython | ( | ) |
ePython::~ePython | ( | ) |
int ePython::execFile | ( | const char * | file | ) |
int ePython::execute | ( | const std::string & | pythonfile, |
const std::string & | funcname | ||
) |
|
static |