1#ifndef FRAMEWORK_CONFIGUREPYTHON_H
2#define FRAMEWORK_CONFIGUREPYTHON_H
4#include "Framework/Configure/Parameters.h"
39Parameters
run(
const std::string& root_object,
const std::string& pythonScript,
40 char* args[],
int nargs);
python execution and parameter extraction
Parameters run(const std::string &root_object, const std::string &pythonScript, char *args[], int nargs)
run the python script and extract the parameters