Searched refs:UniquePyObjectRef (Results 1 – 1 of 1) sorted by relevance
29 using UniquePyObjectRef = std::unique_ptr<PyObject, PyObjectDereferencer>; typedef101 UniquePyObjectRef utemp(PyUnicode_AsUTF8String(value)); in FillStringBufferFromPyUnicode()140 UniquePyObjectRef iter(PyArray_IterNew(value)); in FillStringBufferWithPyArray()142 UniquePyObjectRef item(PyArray_GETITEM( in FillStringBufferWithPyArray()