Searched refs:PyVectorcall_NARGS (Results 1 – 12 of 12) sorted by relevance
420 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL()436 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS()453 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_FASTCALL_KEYWORDS_METHOD()471 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_NOARGS()498 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in cfunction_vectorcall_O()
300 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS()324 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_VARARGS_KEYWORDS()359 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS_METHOD()379 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL()398 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_FASTCALL_KEYWORDS()417 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_NOARGS()444 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall_O()
105 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_FastCallDictTstate()351 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyFunction_Vectorcall()806 assert(PyVectorcall_NARGS(nargsf) >= 1); in PyObject_VectorcallMethod()
44 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in method_vectorcall()
719 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in tuple_vectorcall()
149 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in range_vectorcall()
1034 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in frozenset_vectorcall()1972 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in set_vectorcall()
2727 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in list_vectorcall()
3374 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in dict_vectorcall()
60 PyVectorcall_NARGS(size_t n) in PyVectorcall_NARGS() function111 assert(args != NULL || PyVectorcall_NARGS(nargsf) == 0); in _PyObject_VectorcallTstate()115 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
139 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall_fallback()155 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in partial_vectorcall()