PyObject * o | The PyObject to wrap. |
bool borrowed | Whether o is a borrowed reference. Instances of DPyObject always own their references. Therefore, Py_INCREF will be called if borrowed is true. |
DPyObject args | Should be a DPyTuple of the arguments to pass. Omit to call with no arguments. |
DPyObject args | Positional arguments. Should be a DPyTuple. Pass an empty DPyTuple for no positional arguments. |
DPyObject kw | Keyword arguments. Should be a DPyDict. |