Searched refs:py_index (Results 1 – 2 of 2) sorted by relevance
295 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in Remove() local296 if (AssignSubscript(self, py_index.get(), NULL) < 0) { in Remove()430 ScopedPyObjectPtr py_index(PyLong_FromSsize_t(index)); in Pop() local431 if (AssignSubscript(self, py_index.get(), NULL) < 0) { in Pop()
106 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local108 py_index.get(), NULL); in AssignItem()