Home
last modified time | relevance | path

Searched refs:PySequence_Tuple (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/python/cpython2/Modules/
Ditertoolsmodule.c1381 PyObject *newargs = PySequence_Tuple(args); in starmap_next()
1856 PyObject *pool = PySequence_Tuple(item); in product_new()
2082 pool = PySequence_Tuple(iterable); in combinations_new()
2331 pool = PySequence_Tuple(iterable); in cwr_new()
2577 pool = PySequence_Tuple(iterable); in permutations_new()
Dresource.c159 limits = PySequence_Tuple(limits); in resource_setrlimit()
D_functoolsmodule.c301 fnargs = PySequence_Tuple(fnargs); in partial_setstate()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def358 PySequence_Tuple
/aosp_15_r20/external/python/cpython3/Modules/
Dresource.c144 limits = PySequence_Tuple(limits); in py2rlimit()
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()
Dmathmodule.c2684 p = PySequence_Tuple(p); in math_dist_impl()
2691 q = PySequence_Tuple(q); in math_dist_impl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/external/python/cpython3/Include/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h702 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h1136 PyAPI_FUNC(PyObject *) PySequence_Tuple(PyObject *o);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsequence.rst121 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable_indexing.cpp319 res = PySequence_Tuple(index); in wrapTuple()
/aosp_15_r20/external/python/cpython2/Objects/
Dexceptions.c305 seq = PySequence_Tuple(val); in BaseException_set_args()
1062 info = PySequence_Tuple(info); in SyntaxError_init()
Dcodeobject.c69 PyObject *tmp = PySequence_Tuple(v); in intern_string_constants()
Dtupleobject.c655 return PySequence_Tuple(arg); in tuple_new()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dsequence.rst165 .. c:function:: PyObject* PySequence_Tuple(PyObject *o)
/aosp_15_r20/external/python/cpython3/Objects/
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()
Dgenericaliasobject.c402 Py_SETREF(newargs, PySequence_Tuple(newargs)); in _unpack_args()
Dtupleobject.c708 return PySequence_Tuple(iterable); in tuple_new_impl()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.0a4.rst75 Don't rely on wrapping for overflow check in PySequence_Tuple(). Patch by
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def109 "PySequence_Tuple"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1205 PySequence_Tuple:PyObject*::+1:
1206 PySequence_Tuple:PyObject*:o:0:

12