20 #ifndef OPM_PYTHON_HPP
21 #define OPM_PYTHON_HPP
124 explicit Python(Enable enable = Enable::TRY);
125 bool exec(
const std::string& python_code)
const;
126 bool exec(
const std::string& python_code,
const Parser& parser,
Deck& deck)
const;
133 bool enabled()
const;
139 static bool supported();
140 bool run_module(
const std::string& path);
142 std::shared_ptr<PythonInterp> interp;
Definition: PyAction.hpp:39
Definition: EclipseState.hpp:55
The hub of the parsing process.
Definition: Parser.hpp:60
Definition: Python.hpp:115
Definition: Schedule.hpp:135
Definition: SummaryState.hpp:69
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29