Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmethodobject.c393 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs() local
477 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS() local
504 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O() local
Ddescrobject.c257 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
270 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args() local
420 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS() local
447 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O() local
/third_party/python/Python/
Dceval.c6186 PyObject *funcstr = _PyObject_FunctionStr(func); in check_args_iterable() local
6209 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error() local
6223 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error() local