Home
last modified time | relevance | path

Searched defs:PyEval_CallObject (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dceval.h23 #define PyEval_CallObject(callable, arg) \ macro
/external/python/cpython2/Include/
Dceval.h14 #define PyEval_CallObject(func,arg) \ macro