Home
last modified time | relevance | path

Searched refs:PyList_AsTuple (Results 1 – 15 of 15) sorted by relevance

/third_party/python/Include/
Dlistobject.h41 PyAPI_FUNC(PyObject *) PyList_AsTuple(PyObject *);
/third_party/python/Doc/c-api/
Dlist.rst139 .. c:function:: PyObject* PyList_AsTuple(PyObject *list)
/third_party/python/Modules/
D_ssl.c1103 rdnt = PyList_AsTuple(rdn); in _create_tuple_for_X509_NAME()
1139 rdnt = PyList_AsTuple(rdn); in _create_tuple_for_X509_NAME()
1154 rdnt = PyList_AsTuple(dn); in _create_tuple_for_X509_NAME()
1413 v = PyList_AsTuple(peer_alt_names); in _get_peer_alt_names()
1478 tup = PyList_AsTuple(lst); in _get_aia_uri()
1539 res = (PyList_GET_SIZE(lst) > 0) ? PyList_AsTuple(lst) : Py_None; in _get_crl_dp()
/third_party/python/PC/
Dpython3dll.c310 EXPORT_FUNC(PyList_AsTuple)
/third_party/python/Doc/data/
Dstable_abi.dat324 function,PyList_AsTuple,3.2,
Drefcounts.dat1091 PyList_AsTuple:PyObject*::+1:
1092 PyList_AsTuple:PyObject*:list:0:
/third_party/python/Python/
Dceval.c958 Py_SETREF(values, PyList_AsTuple(values)); in match_keys()
1096 Py_SETREF(attrs, PyList_AsTuple(attrs)); in match_class()
3181 PyObject *tuple = PyList_AsTuple(list); in _PyEval_EvalFrameDefault()
Dbltinmodule.c94 result = PyList_AsTuple(new_bases); in update_bases()
Dsysmodule.c2055 PyObject *tuple = PyList_AsTuple(list); in list_builtin_module_names()
Dcompile.c2124 PyObject *keys_tuple = PyList_AsTuple(keys); in compiler_visit_kwonlydefaults()
6910 consts = PyList_AsTuple(consts); /* PyCode_New requires a tuple */ in makecode()
/third_party/python/Misc/
Dstable_abi.txt802 function PyList_AsTuple
/third_party/python/Objects/
Dabstract.c2066 return PyList_AsTuple(v); in PySequence_Tuple()
Dlistobject.c2504 PyList_AsTuple(PyObject *v) in PyList_AsTuple() function
Dtypeobject.c2621 PyObject *tuple = PyList_AsTuple(new_slots); in type_new_copy_slots()
/third_party/python/Modules/_decimal/
D_decimal.c2409 return PyList_AsTuple(v); in sequence_as_tuple()