Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dweakrefobject.c439 #define WRAP_TERNARY(method, generic) \ macro
461 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords) in WRAP_BINARY()
500 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
520 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower) in WRAP_BINARY()