Home
last modified time | relevance | path

Searched refs:PyList_GetSlice (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Include/
H A Dlistobject.h36 PyAPI_FUNC(PyObject *) PyList_GetSlice(PyObject *, Py_ssize_t, Py_ssize_t);
/third_party/python/PC/
H A Dpython3dll.c318 EXPORT_FUNC(PyList_GetSlice)
/third_party/python/Objects/
H A Dlistobject.c494 PyList_GetSlice(PyObject *a, Py_ssize_t ilow, Py_ssize_t ihigh) in PyList_GetSlice() function
/third_party/python/Python/
H A Dcompile.c6824 PyObject *rotated = PyList_GetSlice(pc->stores, 0, in compiler_pattern_or()
/third_party/python/Modules/
H A Dposixmodule.c557 cpy = PyList_GetSlice(lst, 0, PyList_GET_SIZE(lst)); in run_at_forkers()

Completed in 32 milliseconds