Searched defs:PyEval_CallObject (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Include/ | ||
D | ceval.h | 14 #define PyEval_CallObject(func,arg) \ macro |
/external/python/cpython3/Include/ | ||
D | ceval.h | 22 #define PyEval_CallObject(callable, arg) \ macro |