Home
last modified time | relevance | path

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

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