Home
last modified time | relevance | path

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

/third_party/python/Include/
Dobject.h244 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
/third_party/python/PC/
Dpython3.def453 PyObject_Bytes=python39.PyObject_Bytes
/third_party/python/Doc/c-api/
Dobject.rst200 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
/third_party/python/Objects/
Dobject.c529 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
Dlongobject.c5600 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
/third_party/python/Doc/data/
Drefcounts.dat1586 PyObject_Bytes:PyObject*::+1:
1587 PyObject_Bytes:PyObject*:o:0:
/third_party/python/Misc/
DHISTORY16342 - PyObject_Bytes and PyBytes_FromObject were added.