Searched refs:PyObject_Bytes (Results 1 – 10 of 10) sorted by relevance
244 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
464 #define PyObject_Bytes PyObject_Str macro
450 PyObject_Bytes=python39.PyObject_Bytes
171 Aliased PyObject_Bytes to PyObject_Str.
200 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
166 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
529 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
5554 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.