Searched refs:ListLength (Results 1 – 1 of 1) sorted by relevance
2387 ListLength(ListObject *self) in ListLength() function2397 if (index >= ListLength(self)) in ListIndex()2467 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListItem()2516 size = ListLength(self); in ListAssSlice()2693 Py_ssize_t length = ListLength(self); in ListAssIndex()2769 if (PySlice_GetIndicesEx((PySliceObject_T *)idx, ListLength(self), in ListAssItem()2909 (lenfunc) ListLength, // sq_length, len(x)2922 /* mp_length */ (lenfunc) ListLength,