Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmodsupport.c591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod() function
/external/python/cpython3/Objects/
Dcall.c1041 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) in PyEval_CallMethod() function