Searched refs:PyVectorcall_NARGS (Results 1 – 17 of 17) sorted by relevance
424 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL()440 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS()457 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()475 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_NOARGS()502 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_O()
298 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS()322 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS_KEYWORDS()357 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()377 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL()396 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS()415 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_NOARGS()442 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_O()
67 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in bool_vectorcall()
129 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_FastCallDictTstate()337 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyFunction_Vectorcall()749 assert(PyVectorcall_NARGS(nargsf) >= 1); in PyObject_VectorcallMethod()
339 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in reversed_vectorcall()
44 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall()
766 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in tuple_vectorcall()
150 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in range_vectorcall()
1031 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in frozenset_vectorcall()2000 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in set_vectorcall()
1669 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in float_vectorcall()
2746 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in list_vectorcall()
3490 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in dict_vectorcall()
3335 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in type_vectorcall()
56 PyVectorcall_NARGS(size_t n) in PyVectorcall_NARGS() function107 assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0); in _PyObject_VectorcallTstate()111 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_VectorcallTstate()
80 use :c:func:`PyVectorcall_NARGS`.136 .. c:function:: Py_ssize_t PyVectorcall_NARGS(size_t nargsf)144 However, the function ``PyVectorcall_NARGS`` should be used to allow
195 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall_fallback()211 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall()
543 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in filter_vectorcall()1267 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in map_vectorcall()