cpython-3.3.0: Bindings for libpython

Safe HaskellNone

CPython.Constants

Synopsis

Documentation

none :: IO SomeObjectSource

The Python None object, denoting lack of value.

true :: IO SomeObjectSource

The Python True object.

false :: IO SomeObjectSource

The Python False object.