Searched refs:PyObject_Bytes (Results 1 – 10 of 10) sorted by relevance
268 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
425 EXPORT_FUNC(PyObject_Bytes)
469 function,PyObject_Bytes,3.2,
1589 PyObject_Bytes:PyObject*::+1:1590 PyObject_Bytes:PyObject*:o:0:
200 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
549 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
5506 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
1035 function PyObject_Bytes
16342 - PyObject_Bytes and PyBytes_FromObject were added.
2373 return PyObject_Bytes(NULL); in pyobject_bytes_from_null()