cpython-3.4.0: Bindings for libpython

Safe HaskellNone
LanguageHaskell98

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.