Go to the source code of this file.
|
| template<typename ReturnType , typename... Args> |
| ReturnType | Mantid::PythonInterface::callMethod (PyObject *obj, const char *methodName, const Args &...args) |
| | Wrapper around boost::python::call_method to acquire GIL for duration of call. More...
|
| |
| template<typename ReturnType , typename... Args> |
| ReturnType | Mantid::PythonInterface::detail::callMethodImpl (PyObject *obj, const char *methodName, const Args &...args) |
| | Wrapper around boost::python::call_method. More...
|
| |
| template<typename ReturnType , typename... Args> |
| ReturnType | Mantid::PythonInterface::callMethodNoCheck (const boost::python::object &obj, const char *methodName, const Args &...args) |
| | Wrapper around boost::python::call_method to acquire GIL for duration of call. More...
|
| |
| template<typename ReturnType , typename... Args> |
| ReturnType | Mantid::PythonInterface::callMethodNoCheck (PyObject *obj, const char *methodName, const Args &...args) |
| | Wrapper around boost::python::call_method to acquire GIL for duration of call. More...
|
| |