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