Searched refs:PyFunction_GET_MODULE (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | funcobject.h | 59 #define PyFunction_GET_MODULE(func) \ macro |
/external/python/cpython3/Include/ | ||
D | funcobject.h | 81 #define PyFunction_GET_MODULE(func) \ macro |