Home
last modified time | relevance | path

Searched defs:nb_add (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dobject.h109 binaryfunc nb_add; member
/external/python/cpython2/Include/
Dobject.h228 binaryfunc nb_add; member
/external/python/cpython3/Modules/
D_testcapimodule.c1115 binaryfunc nb_add = PyType_GetSlot(&PyLong_Type, Py_nb_add); in test_get_statictype_slots() local