Home
last modified time | relevance | path

Searched refs:PySequence_Tuple (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Modules/
H A Dresource.c144 limits = PySequence_Tuple(limits); in py2rlimit()
H A Ditertoolsmodule.c1922 PyObject *newargs = PySequence_Tuple(args); in starmap_next()
2278 PyObject *pool = PySequence_Tuple(item); in product_new()
2606 pool = PySequence_Tuple(iterable); in itertools_combinations_impl()
2943 pool = PySequence_Tuple(iterable); in itertools_combinations_with_replacement_impl()
3272 pool = PySequence_Tuple(iterable); in itertools_permutations_impl()
H A Dmathmodule.c2684 p = PySequence_Tuple(p); in math_dist_impl()
2691 q = PySequence_Tuple(q); in math_dist_impl()
H A D_functoolsmodule.c435 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
H A D_tkinter.c2171 return PySequence_Tuple(arg); in _tkinter_tkapp_splitlist()
/third_party/python/Include/
H A Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/third_party/python/PC/
H A Dpython3dll.c521 EXPORT_FUNC(PySequence_Tuple)
/third_party/python/Objects/
H A Dgenericaliasobject.c402 Py_SETREF(newargs, PySequence_Tuple(newargs)); in _unpack_args()
H A Dtupleobject.c708 return PySequence_Tuple(iterable); in tuple_new_impl()
H A Dexceptions.c273 seq = PySequence_Tuple(val); in BaseException_set_args()
723 exceptions = PySequence_Tuple(exceptions); in BaseExceptionGroup_new()
2343 info = PySequence_Tuple(info); in SyntaxError_init()
H A Dcodeobject.c82 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
H A Dabstract.c2038 PySequence_Tuple(PyObject *v) in PySequence_Tuple() function
H A Dtypeobject.c2088 new_mro = PySequence_Tuple(mro_result); in mro_invoke()
3136 new_slots = PySequence_Tuple(slots); in type_new_get_slots()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c2354 ob = PySequence_Tuple(ob); /* new reference */ in converters_from_argtypes()
3558 ftuple = PySequence_Tuple(ftuple); in PyCFuncPtr_FromDll()
/third_party/python/Python/
H A Dceval.c4966 PyObject *res = PySequence_Tuple(arg);
5374 Py_SETREF(callargs, PySequence_Tuple(callargs));

Completed in 70 milliseconds