Searched refs:_PyObject_FunctionStr (Results 1 – 8 of 8) sorted by relevance
393 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs()477 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS()504 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O()
257 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()270 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()420 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS()447 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O()
597 _PyObject_FunctionStr(PyObject *x) in _PyObject_FunctionStr() function
345 PyAPI_FUNC(PyObject *) _PyObject_FunctionStr(PyObject *);
6186 PyObject *funcstr = _PyObject_FunctionStr(func); in check_args_iterable()6209 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error()6223 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error()
1912 Objects/object.c _PyObject_FunctionStr PyId___module__ -1913 Objects/object.c _PyObject_FunctionStr PyId___qualname__ -1914 Objects/object.c _PyObject_FunctionStr PyId_builtins -
1311 * Added :c:func:`_PyObject_FunctionStr` to get a user-friendly string
5619 Add :c:func:`_PyObject_FunctionStr` to get a user-friendly string