Searched defs:PyFunction_GET_CLOSURE (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Include/ | ||
| D | funcobject.h | 63 #define PyFunction_GET_CLOSURE(func) \ macro |
| /external/python/cpython3/Include/ | ||
| D | funcobject.h | 91 #define PyFunction_GET_CLOSURE(func) \ macro |