Home
last modified time | relevance | path

Searched refs:WRAP_UNARY (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dweakrefobject.c421 #define WRAP_UNARY(method, generic) \ macro
460 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
501 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY()
502 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY()
503 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
504 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY()
510 WRAP_UNARY(proxy_int, PyNumber_Int) in WRAP_BINARY()
511 WRAP_UNARY(proxy_long, PyNumber_Long) in WRAP_BINARY()
512 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY()
526 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()