Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c389 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs() local
473 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS() local
500 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O() local
Ddescrobject.c258 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
272 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
422 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS() local
449 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O() local
/external/python/cpython3/Python/
Dceval.c5387 PyObject *funcstr = _PyObject_FunctionStr(func); in check_args_iterable() local
5410 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error() local
5424 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error() local