Searched refs:PyObject_Bytes (Results 1 – 7 of 7) sorted by relevance
244 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
453 PyObject_Bytes=python39.PyObject_Bytes
200 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
529 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
5600 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
1586 PyObject_Bytes:PyObject*::+1:1587 PyObject_Bytes:PyObject*:o:0:
16342 - PyObject_Bytes and PyBytes_FromObject were added.