Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
PythonException.hh
Go to the documentation of this file.
1
2#pragma once
3#include <string>
4
5std::string parse_python_exception();
6
7//class PythonException;
8//
9//class PythonNameError : public PythonException;
10//class PythonTypeError : public PythonTypeError;
std::string parse_python_exception()
Definition PythonException.cc:6