Go to the source code of this file.
|
| bool | LvArray::python::internal::err () |
| | Return true iff a Python exception has been set. More...
|
| |
| void | LvArray::python::internal::callPyFunc (PyObject *func, PyObjectRef<> *args, long long const argc) |
| | Call the Python function func. More...
|
| |
◆ callPyFunc()
| void LvArray::python::internal::callPyFunc |
( |
PyObject * |
func, |
|
|
PyObjectRef<> * |
args, |
|
|
long long const |
argc |
|
) |
| |
Call the Python function func.
- Parameters
-
| func | The Python function to call. |
| args | The arguments to call the function with, must be of length argc. These references are stolen and invalid after this call. |
| argc | The number of arguments to call the function with. |
◆ err()
| bool LvArray::python::internal::err |
( |
| ) |
|
Return true iff a Python exception has been set.
- Returns
true iff a Python exception has been set.