Home
last modified time | relevance | path

Searched defs:vitem (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dlistobject.c609 PyObject **vitem = NULL; in list_ass_slice() local
2638 PyObject *vitem = vl->ob_item[i]; in list_richcompare() local
/external/python/cpython2/Objects/
Dlistobject.c622 PyObject **vitem = NULL; in list_ass_slice() local