Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dmethodobject.c389 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs()
473 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS()
500 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O()
Ddescrobject.c258 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()
272 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()
422 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS()
449 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O()
Dobject.c577 _PyObject_FunctionStr(PyObject *x) in _PyObject_FunctionStr() function
/external/python/cpython3/Include/cpython/
Dobject.h345 PyAPI_FUNC(PyObject *) _PyObject_FunctionStr(PyObject *);
/external/python/cpython3/Python/
Dceval.c5387 PyObject *funcstr = _PyObject_FunctionStr(func); in check_args_iterable()
5410 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error()
5424 PyObject *funcstr = _PyObject_FunctionStr(func); in format_kwargs_error()
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1288 * Added :c:func:`_PyObject_FunctionStr` to get a user-friendly string
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5619 Add :c:func:`_PyObject_FunctionStr` to get a user-friendly string