Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dweakrefobject.c449 #define WRAP_BINARY(method, generic) \ macro
496 WRAP_BINARY(proxy_getattr, PyObject_GetAttr) in WRAP_BINARY() function
532 WRAP_BINARY(proxy_add, PyNumber_Add) in WRAP_BINARY() function
619 WRAP_BINARY(proxy_getitem, PyObject_GetItem) in WRAP_BINARY() function