kig
PythonScripter Class Reference
#include <python_scripter.h>
Public Member Functions | |
ObjectImp * | calc (CompiledPythonScript &script, const Args &args) |
CompiledPythonScript | compile (const char *code) |
bool | errorOccurred () const |
std::string | lastErrorExceptionTraceback () const |
std::string | lastErrorExceptionType () const |
std::string | lastErrorExceptionValue () const |
Static Public Member Functions | |
static PythonScripter * | instance () |
Detailed Description
Definition at line 42 of file python_scripter.h.
Member Function Documentation
ObjectImp * PythonScripter::calc | ( | CompiledPythonScript & | script, |
const Args & | args | ||
) |
Definition at line 508 of file python_scripter.cc.
CompiledPythonScript PythonScripter::compile | ( | const char * | code | ) |
Definition at line 457 of file python_scripter.cc.
bool PythonScripter::errorOccurred | ( | ) | const |
Definition at line 607 of file python_scripter.cc.
|
static |
Definition at line 364 of file python_scripter.cc.
std::string PythonScripter::lastErrorExceptionTraceback | ( | ) | const |
Definition at line 503 of file python_scripter.cc.
std::string PythonScripter::lastErrorExceptionType | ( | ) | const |
Definition at line 493 of file python_scripter.cc.
std::string PythonScripter::lastErrorExceptionValue | ( | ) | const |
Definition at line 498 of file python_scripter.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.