Home
last modified time | relevance | path

Searched refs:PySequence_List (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython2/Modules/
D_collectionsmodule.c301 PyObject *s = PySequence_List(iterable); in deque_extend()
353 PyObject *s = PySequence_List(iterable); in deque_extendleft()
878 aslist = PySequence_List((PyObject *)deque); in deque_reduce()
914 aslist = PySequence_List(deque); in deque_repr()
/external/python/cpython2/PC/os2vacpp/
Dpython.def354 PySequence_List
/external/python/cpython3/Modules/
D_collectionsmodule.c381 PyObject *s = PySequence_List(iterable); in deque_extend()
446 PyObject *s = PySequence_List(iterable); in deque_extendleft()
729 seq = PySequence_List((PyObject *)deque); in deque_inplace_repeat()
1377 aslist = PySequence_List(deque); in deque_repr()
D_pickle.c2917 items = PySequence_List(obj); in save_set()
2982 items = PySequence_List(obj); in save_frozenset()
/external/python/cpython2/Include/
Dabstract.h1144 PyAPI_FUNC(PyObject *) PySequence_List(PyObject *o);
/external/python/cpython3/Doc/c-api/
Dsequence.rst112 .. c:function:: PyObject* PySequence_List(PyObject *o)
/external/python/cpython3/Include/
Dabstract.h1124 PyAPI_FUNC(PyObject *) PySequence_List(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def519 PySequence_List=python36.PySequence_List
/external/python/cpython2/Doc/c-api/
Dsequence.rst160 .. c:function:: PyObject* PySequence_List(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def164 "PySequence_List"
/external/python/cpython2/Objects/
Dsetobject.c622 keys = PySequence_List((PyObject *)so); in set_repr()
1958 keys = PySequence_List((PyObject *)so); in set_reduce()
Dabstract.c2253 PySequence_List(PyObject *v) function
2294 v = PySequence_List(it);
Dtypeobject.c1604 parentMRO = PySequence_List( in mro_implementation()
1616 bases_aslist = PySequence_List(bases); in mro_implementation()
2034 tmp = PySequence_List(slots); in _unicode_to_string()
Ddictobject.c2947 seq = PySequence_List((PyObject *)dv); in dictview_repr()
/external/python/cpython3/Objects/
Dsetobject.c595 keys = PySequence_List((PyObject *)so); in set_repr()
1971 keys = PySequence_List((PyObject *)so); in set_reduce()
Dabstract.c1843 PySequence_List(PyObject *v) in PySequence_List() function
1886 v = PySequence_List(it); in PySequence_Fast()
Dodictobject.c1533 pieces = PySequence_List(items); in odict_repr()
Dobject.c1322 sorted = PySequence_List(result); in _dir_object()
Dtypeobject.c1759 base_mro_aslist = PySequence_List(base->tp_mro); in mro_implementation()
1766 bases_aslist = PySequence_List(bases); in mro_implementation()
Ddictobject.c3932 seq = PySequence_List((PyObject *)dv); in dictview_repr()
/external/python/cpython2/Doc/data/
Drefcounts.dat1202 PySequence_List:PyObject*::+1:
1203 PySequence_List:PyObject*:o:0:
/external/python/cpython2/Python/
Dbltinmodule.c968 return PySequence_List(PyTuple_GetItem(args, 1)); in builtin_map()
2239 newlist = PySequence_List(seq); in builtin_sorted()
Dcompile.c3821 consts = PySequence_List(tmp); /* optimize_code requires a list */ in makecode()
/external/python/cpython3/Doc/data/
Drefcounts.dat1216 PySequence_List:PyObject*::+1:
1217 PySequence_List:PyObject*:o:0:
/external/python/cpython3/Python/
Dbltinmodule.c2135 newlist = PySequence_List(seq); in builtin_sorted()

12