Home
last modified time | relevance | path

Searched refs:_PyObject_FunctionStr (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Objects/
Dmethodobject.c393 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()
Ddescrobject.c257 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()
Dobject.c597 _PyObject_FunctionStr(PyObject *x) in _PyObject_FunctionStr() function
/third_party/python/Include/cpython/
Dobject.h345 PyAPI_FUNC(PyObject *) _PyObject_FunctionStr(PyObject *);
/third_party/python/Python/
Dceval.c6186 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()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1912 Objects/object.c _PyObject_FunctionStr PyId___module__ -
1913 Objects/object.c _PyObject_FunctionStr PyId___qualname__ -
1914 Objects/object.c _PyObject_FunctionStr PyId_builtins -
/third_party/python/Doc/whatsnew/
D3.9.rst1311 * Added :c:func:`_PyObject_FunctionStr` to get a user-friendly string
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst5619 Add :c:func:`_PyObject_FunctionStr` to get a user-friendly string