Home
last modified time | relevance | path

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

/third_party/python/Include/
H A Dabstract.h673 PyAPI_FUNC(PyObject *) PySequence_GetSlice(PyObject *o, Py_ssize_t i1, Py_ssize_t i2);
/third_party/python/PC/
H A Dpython3dll.c510 EXPORT_FUNC(PySequence_GetSlice)
/third_party/python/Modules/
H A D_collectionsmodule.c2202 newargs = PySequence_GetSlice(args, 1, n); in defdict_init()
/third_party/python/Objects/
H A Dabstract.c1904 PySequence_GetSlice(PyObject *s, Py_ssize_t i1, Py_ssize_t i2) in PySequence_GetSlice() function
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5492 a = PySequence_GetSlice(args, 1, PyTuple_GET_SIZE(args)); in comerror_init()

Completed in 16 milliseconds