Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dpython3.def448 PyObject_Bytes=python37.PyObject_Bytes
/external/python/cpython2/Include/
Dobject.h464 #define PyObject_Bytes PyObject_Str macro
/external/python/cpython3/Include/
Dobject.h529 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst171 Aliased PyObject_Bytes to PyObject_Str.
/external/python/cpython3/Doc/c-api/
Dobject.rst199 .. 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.c611 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
Dlongobject.c5264 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat1558 PyObject_Bytes:PyObject*::+1:
1559 PyObject_Bytes:PyObject*:o:0:
/external/python/cpython3/Misc/
DHISTORY16342 - PyObject_Bytes and PyBytes_FromObject were added.