Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dweakrefobject.c428 #define WRAP_BINARY(method, generic) \ macro
459 WRAP_BINARY(proxy_getattr, PyObject_GetAttr) in WRAP_BINARY() function
492 WRAP_BINARY(proxy_add, PyNumber_Add) in WRAP_BINARY() function
583 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() function