Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsuggestions.c224 PyObject *dir = PySequence_List(code->co_varnames); in offer_suggestions_for_name_error()
235 dir = PySequence_List(frame->f_globals); in offer_suggestions_for_name_error()
245 dir = PySequence_List(frame->f_builtins); in offer_suggestions_for_name_error()
Dbltinmodule.c2345 newlist = PySequence_List(seq); in builtin_sorted()
Dceval.c5337 l = PySequence_List(it); in unpack_iterable()
/third_party/python/Include/
Dabstract.h706 PyAPI_FUNC(PyObject *) PySequence_List(PyObject *o);
/third_party/python/Modules/
D_collectionsmodule.c391 PyObject *s = PySequence_List(iterable); in deque_extend()
438 PyObject *s = PySequence_List(iterable); in deque_extendleft()
713 seq = PySequence_List((PyObject *)deque); in deque_inplace_repeat()
1389 aslist = PySequence_List(deque); in deque_repr()
D_ssl.c5525 PyObject *lst = PySequence_List(result); in _ssl_enum_certificates_impl()
5611 PyObject *lst = PySequence_List(result); in _ssl_enum_crls_impl()
D_pickle.c3382 items = PySequence_List(obj); in save_set()
3447 items = PySequence_List(obj); in save_frozenset()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc402 PySequence_List(reinterpret_cast<PyObject*>(self))); in Subscript()
/third_party/python/Doc/c-api/
Dsequence.rst114 .. c:function:: PyObject* PySequence_List(PyObject *o)
/third_party/python/Objects/
Dsetobject.c524 keys = PySequence_List((PyObject *)so); in set_repr()
779 PyObject *list = PySequence_List((PyObject*)&tmp); in setiter_reduce()
1909 keys = PySequence_List((PyObject *)so); in set_reduce()
Dodictobject.c1477 pieces = PySequence_List(items); in odict_repr()
1857 PyObject *list = PySequence_List((PyObject*)&tmp); in odictiter_reduce()
Dabstract.c2129 PySequence_List(PyObject *v) in PySequence_List() function
2174 v = PySequence_List(it); in PySequence_Fast()
2439 result = PySequence_List(it); in method_output_as_list()
Dobject.c1531 sorted = PySequence_List(result); in _dir_object()
Ddictobject.c4150 PyObject *list = PySequence_List((PyObject*)&tmp); in dictiter_reduce()
4358 seq = PySequence_List((PyObject *)dv); in dictview_repr()
Dtypeobject.c1999 Py_SETREF(seq, PySequence_List(seq)); in type_mro_impl()
4474 sorted_methods = PySequence_List(abstract_methods); in object_new()
/third_party/python/Doc/data/
Dstable_abi.dat542 function,PySequence_List,3.2,
Drefcounts.dat2008 PySequence_List:PyObject*::+1:
2009 PySequence_List:PyObject*:o:0:
/third_party/python/PC/
Dpython3dll.c505 EXPORT_FUNC(PySequence_List)
/third_party/python/Misc/
Dstable_abi.txt1165 function PySequence_List
DHISTORY29262 - Changes to PySequence_Tuple() and PySequence_List() to use the
31278 version! Some new functions have been added, e.g. PySequence_List(o),