74 bool create_instance (
string file,
string classname, PyObject * args = NULL);
86 bool reload_instance (
string file,
string classname, PyObject * args = NULL);
101 PyObject *
call_method_ret (
const string &name, PyObject *args = NULL)
const;
109 void call_method (
const string & name, PyObject * args = NULL)
const
121 void run (PyObject * args = NULL)
247 bool instanciate (PyObject*,
string,
string, PyObject*);
252 std::string Classname;
257 std::string Filename;
260 #endif // PY_OBJECT_H