MIRA
Classes | Namespaces | Functions
PythonCheck.h File Reference

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>
Include dependency graph for PythonCheck.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...
 

Detailed Description

Syntax and other possible checks for python code.

Author
Jonathan Liebner
Date
2020/04/21