Searched refs:PyObject_Bytes (Results 1 – 10 of 10) sorted by relevance
448 PyObject_Bytes=python37.PyObject_Bytes
464 #define PyObject_Bytes PyObject_Str macro
529 PyAPI_FUNC(PyObject *) PyObject_Bytes(PyObject *);
171 Aliased PyObject_Bytes to PyObject_Str.
199 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
166 .. c:function:: PyObject* PyObject_Bytes(PyObject *o)
611 PyObject_Bytes(PyObject *v) in PyObject_Bytes() function
5264 bytes = PyObject_Bytes(bytes_obj); in int_from_bytes_impl()
1558 PyObject_Bytes:PyObject*::+1:1559 PyObject_Bytes:PyObject*:o:0:
16342 - PyObject_Bytes and PyBytes_FromObject were added.