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