Home
last modified time | relevance | path

Searched refs: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
493 WRAP_BINARY(proxy_sub, PyNumber_Subtract) in WRAP_BINARY()
494 WRAP_BINARY(proxy_mul, PyNumber_Multiply) in WRAP_BINARY()
495 WRAP_BINARY(proxy_div, PyNumber_Divide) in WRAP_BINARY()
496 WRAP_BINARY(proxy_floor_div, PyNumber_FloorDivide) in WRAP_BINARY()
497 WRAP_BINARY(proxy_true_div, PyNumber_TrueDivide) in WRAP_BINARY()
498 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
499 WRAP_BINARY(proxy_divmod, PyNumber_Divmod) in WRAP_BINARY()
[all …]