Searched refs:tp_vectorcall (Results 1 – 10 of 10) sorted by relevance
273 vectorcallfunc tp_vectorcall; member
237 * :c:member:`~PyTypeObject.tp_vectorcall`
148 …| :c:member:`~PyTypeObject.tp_vectorcall` | :c:type:`vectorcallfunc` | …1903 .. c:member:: vectorcallfunc PyTypeObject.tp_vectorcall1908 If ``tp_vectorcall`` is ``NULL``, the default call implementation
891 .tp_vectorcall = tuple_vectorcall,
737 .tp_vectorcall = (vectorcallfunc)range_vectorcall
2133 .tp_vectorcall = set_vectorcall,2233 .tp_vectorcall = frozenset_vectorcall,
3063 .tp_vectorcall = list_vectorcall,
3459 .tp_vectorcall = dict_vectorcall,
3750 offsetof(PyTypeObject, tp_vectorcall), /* tp_vectorcall_offset */
5660 ``tp_vectorcall`` to a vectorcall function to be used instead of ``tp_new``