Home
last modified time | relevance | path

Searched refs:Py_nb_add (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dtypeslots.h14 #define Py_nb_add 7 macro
/third_party/python/Doc/c-api/
Dtype.rst243 * ``Py_nb_add`` to set :c:member:`PyNumberMethods.nb_add`
/third_party/python/Misc/
Dstable_abi.txt111 const Py_nb_add
/third_party/python/Modules/
D_testcapimodule.c1115 binaryfunc nb_add = PyType_GetSlot(&PyLong_Type, Py_nb_add); in test_get_statictype_slots()