|
MIRA
|
Syntax and other possible checks for python code. More...
#include <iostream>#include <map>#include <error/Exceptions.h>#include <Python.h>#include <python/PythonException.h>#include <python/BoostPythonWrapper.h>
Go to the source code of this file.
Classes | |
| class | PythonError |
Namespaces | |
| mira | |
| mira::python | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const PythonError &err) |
| PythonError | checkSyntax (const std::string &code) |
| check syntax of python string More... | |
Syntax and other possible checks for python code.
1.8.14