Home
last modified time | relevance | path

Searched refs:PyObject_Bytes (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Include/
Dobject.h244 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/external/python/cpython2/Include/
Dobject.h464 #define PyObject_Bytes PyObject_Str macro
/external/python/cpython3/PC/
Dpython3.def450 PyObject_Bytes=python39.PyObject_Bytes
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst171 Aliased PyObject_Bytes to PyObject_Str.
/external/python/cpython3/Doc/c-api/
Dobject.rst200 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
/external/python/cpython2/Doc/c-api/
Dobject.rst166 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
/external/python/cpython3/Objects/
Dobject.c529 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
Dlongobject.c5554 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1586 PyObject_Bytes:PyObject*::+1:
1587 PyObject_Bytes:PyObject*:o:0:
/external/python/cpython3/Misc/
DHISTORY16342 - PyObject_Bytes and PyBytes_FromObject were added.