Home
last modified time | relevance | path

Searched refs:sublist (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c542 PyObject *sublist; member
562 err = PyList_Append(collect->sublist, sinfo); in statsForSubEntry()
577 collect->sublist = PyList_New(0); in statsForEntry()
578 if (collect->sublist == NULL) in statsForEntry()
582 Py_DECREF(collect->sublist); in statsForEntry()
588 collect->sublist = Py_None; in statsForEntry()
598 collect->sublist); in statsForEntry()
599 Py_DECREF(collect->sublist); in statsForEntry()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2744 class sublist(list): class
2746 a = sublist(range(5))