PyObject_Bytes

Availability: 2.*

  1. PyObject* PyObject_Bytes(PyObject* )
  2. alias PyObject_Bytes = PyObject_Str
    version(!Python_3_0_Or_Later)
    extern (C)
    alias PyObject_Bytes = PyObject_Str

Meta