20 #ifndef OPM_PYTHON_HPP 21 #define OPM_PYTHON_HPP 125 explicit Python(Enable enable = Enable::TRY);
126 bool exec(
const std::string& python_code)
const;
127 bool exec(
const std::string& python_code,
const Parser& parser,
Deck& deck)
const;
134 bool enabled()
const;
140 static bool supported();
141 bool run_module(
const std::string& path);
143 std::shared_ptr<PythonInterp> interp;
Definition: Schedule.hpp:100
The hub of the parsing process.
Definition: Parser.hpp:61
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:30
Definition: Python.hpp:116
Definition: EclipseState.hpp:66
Definition: PyAction.hpp:39
Definition: SummaryState.hpp:72