Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dmethodobject.c390 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_check_kwargs()
474 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_NOARGS()
502 PyObject *funcstr = _PyObject_FunctionStr(func); in cfunction_vectorcall_O()
Ddescrobject.c276 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()
289 PyObject *funcstr = _PyObject_FunctionStr(func); in method_check_args()
441 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_NOARGS()
468 PyObject *funcstr = _PyObject_FunctionStr(func); in method_vectorcall_O()
Dobject.c590 _PyObject_FunctionStr(PyObject *x) in _PyObject_FunctionStr() function
/third_party/python/Include/cpython/
Dobject.h310 PyAPI_FUNC(PyObject *) _PyObject_FunctionStr(PyObject *);
/third_party/python/Python/
Dceval.c7688 PyObject *funcstr = _PyObject_FunctionStr(func);
7711 PyObject *funcstr = _PyObject_FunctionStr(func);
7725 PyObject *funcstr = _PyObject_FunctionStr(func);
/third_party/python/Doc/whatsnew/
D3.9.rst1326 * Added :c:func:`_PyObject_FunctionStr` to get a user-friendly string
/third_party/python/Misc/
DNEWS16539 - bpo-37645: Add :c:func:`_PyObject_FunctionStr` to get a user-friendly