Home
last modified time | relevance | path

Searched refs:tp_vectorcall (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython3/Doc/includes/
Dtypestruct.h82 vectorcallfunc tp_vectorcall; member
/external/python/cpython3/Objects/
Dboolobject.c197 .tp_vectorcall = bool_vectorcall,
Denumobject.c478 .tp_vectorcall = (vectorcallfunc)reversed_vectorcall,
Dtupleobject.c941 .tp_vectorcall = tuple_vectorcall,
Drangeobject.c757 .tp_vectorcall = (vectorcallfunc)range_vectorcall
Dsetobject.c2162 .tp_vectorcall = set_vectorcall,
2263 .tp_vectorcall = frozenset_vectorcall,
Dfloatobject.c1968 .tp_vectorcall = (vectorcallfunc)float_vectorcall,
Dlistobject.c3083 .tp_vectorcall = list_vectorcall,
Dtypeobject.c4329 offsetof(PyTypeObject, tp_vectorcall), /* tp_vectorcall_offset */
4366 .tp_vectorcall = type_vectorcall,
Ddictobject.c3576 .tp_vectorcall = dict_vectorcall,
/external/python/cpython3/Include/cpython/
Dobject.h272 vectorcallfunc tp_vectorcall; member
/external/python/cpython3/Doc/c-api/
Dtype.rst254 * :c:member:`~PyTypeObject.tp_vectorcall`
Dtypeobj.rst148 …| :c:member:`~PyTypeObject.tp_vectorcall` | :c:type:`vectorcallfunc` | …
2022 .. c:member:: vectorcallfunc PyTypeObject.tp_vectorcall
2027 If ``tp_vectorcall`` is ``NULL``, the default call implementation
/external/python/cpython3/Python/
Dbltinmodule.c679 .tp_vectorcall = (vectorcallfunc)filter_vectorcall
1432 .tp_vectorcall = (vectorcallfunc)map_vectorcall
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5660 ``tp_vectorcall`` to a vectorcall function to be used instead of ``tp_new``
/external/python/cpython3/Doc/data/
Dpython3.10.abi2658 …<var-decl name='tp_vectorcall' type-id='type-id-67' visibility='default' filepath='./Include/cpyth…