cpython-3.5.0: Bindings for libpython
Safe HaskellNone
LanguageHaskell2010

CPython.Types.Bytes

Synopsis

Documentation

data Bytes Source #

Instances

Instances details
Sequence Bytes Source # 
Instance details

Defined in CPython.Protocols.Sequence

Concrete Bytes Source # 
Instance details

Defined in CPython.Types.Bytes

Methods

concreteType :: Bytes -> Type

Object Bytes Source # 
Instance details

Defined in CPython.Types.Bytes

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

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