Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcall.c786 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local
817 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local