Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dobject.c1152 int meth_found = 0; in _PyObject_GetMethod() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get); in match_keys() local
4492 int meth_found = _PyObject_GetMethod(obj, name, &meth); local