Home
last modified time | relevance | path

Searched refs:meth_found (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/
H A Dobject.c1152 int meth_found = 0; in _PyObject_GetMethod() local
1173 meth_found = 1; in _PyObject_GetMethod()
1216 if (meth_found) { in _PyObject_GetMethod()
/third_party/python/Python/
H A Dceval.c923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get); in match_keys() local
952 if (meth_found) { in match_keys()
4492 int meth_found = _PyObject_GetMethod(obj, name, &meth); local
4499 if (meth_found) {

Completed in 13 milliseconds