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