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()
888 aslist = PySequence_List((PyObject *)deque); in deque_reduce()
924 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()
740 seq = PySequence_List((PyObject *)deque); in deque_inplace_repeat()
1389 aslist = PySequence_List(deque); in deque_repr()
D_pickle.c3096 items = PySequence_List(obj); in save_set()
3161 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.rst114 .. c:function:: PyObject* PySequence_List(PyObject *o)
/external/python/cpython3/Include/
Dabstract.h901 PyAPI_FUNC(PyObject *) PySequence_List(PyObject *o);
/external/python/cpython3/Objects/
Dabstract.c1892 PySequence_List(PyObject *v) in PySequence_List() function
1935 v = PySequence_List(it); in PySequence_Fast()
2192 result = PySequence_List(it); in method_output_as_list()
Dodictobject.c1438 pieces = PySequence_List(items); in odict_repr()
1814 PyObject *list = PySequence_List((PyObject*)&tmp); in odictiter_reduce()
Dsetobject.c595 keys = PySequence_List((PyObject *)so); in set_repr()
1981 keys = PySequence_List((PyObject *)so); in set_reduce()
Dobject.c1507 sorted = PySequence_List(result); in _dir_object()
Ddictobject.c3869 seq = PySequence_List((PyObject *)dv); in dictview_repr()
/external/python/cpython3/PC/
Dpython3.def519 PySequence_List=python37.PySequence_List
/external/python/cpython2/Doc/c-api/
Dsequence.rst159 .. c:function:: PyObject* PySequence_List(PyObject *o)
/external/python/cpython2/PC/os2emx/
Dpython27.def164 "PySequence_List"
/external/python/cpython2/Objects/
Dsetobject.c623 keys = PySequence_List((PyObject *)so); in set_repr()
1963 keys = PySequence_List((PyObject *)so); in set_reduce()
Dabstract.c2250 PySequence_List(PyObject *v) function
2291 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.c3015 seq = PySequence_List((PyObject *)dv); in dictview_repr()
/external/python/cpython2/Python/
Dbltinmodule.c969 return PySequence_List(PyTuple_GetItem(args, 1)); in builtin_map()
2240 newlist = PySequence_List(seq); in builtin_sorted()
Dcompile.c3822 consts = PySequence_List(tmp); /* optimize_code requires a list */ in makecode()
/external/python/cpython2/Doc/data/
Drefcounts.dat1202 PySequence_List:PyObject*::+1:
1203 PySequence_List:PyObject*:o:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1999 PySequence_List:PyObject*::+1:
2000 PySequence_List:PyObject*:o:0:
/external/python/cpython3/Python/
Dbltinmodule.c2245 newlist = PySequence_List(seq); in builtin_sorted()
Dceval.c4148 l = PySequence_List(it); in unpack_iterable()

12