Searched defs:nb_add (Results 1 – 2 of 2) sorted by relevance
109 binaryfunc nb_add; member
1115 binaryfunc nb_add = PyType_GetSlot(&PyLong_Type, Py_nb_add); in test_get_statictype_slots() local