Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dmethodobject.c390 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs() local
474 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS() local
502 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O() local
Ddescrobject.c276 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
289 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
441 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS() local
468 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c7688 PyObject *funcstr = _PyObject_FunctionStr(func); local
7711 PyObject *funcstr = _PyObject_FunctionStr(func); local
7725 PyObject *funcstr = _PyObject_FunctionStr(func); local