Searched refs:py_index (Results 1 – 2 of 2) sorted by relevance
443 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in Remove() local444 if (AssignSubscript(self, py_index, NULL) < 0) { in Remove()
112 ScopedPyObjectPtr py_index(PyLong_FromLong(index)); in AssignItem() local114 py_index, NULL); in AssignItem()