cpython-3.5.0: Bindings for libpython
Safe HaskellNone
LanguageHaskell2010

CPython.Types.ByteArray

Synopsis

Documentation

fromObject :: Object self => self -> IO ByteArray Source #

Create a new byte array from any object which implements the buffer protocol.