Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dweakrefobject.c439 #define WRAP_UNARY(method, generic) \ macro
497 WRAP_UNARY(proxy_str, PyObject_Str) in WRAP_BINARY()
540 WRAP_UNARY(proxy_neg, PyNumber_Negative) in WRAP_BINARY()
541 WRAP_UNARY(proxy_pos, PyNumber_Positive) in WRAP_BINARY()
542 WRAP_UNARY(proxy_abs, PyNumber_Absolute) in WRAP_BINARY()
543 WRAP_UNARY(proxy_invert, PyNumber_Invert) in WRAP_BINARY()
549 WRAP_UNARY(proxy_int, PyNumber_Long) in WRAP_BINARY()
550 WRAP_UNARY(proxy_float, PyNumber_Float) in WRAP_BINARY()
563 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()