cpython-3.5.0: Bindings for libpython
Safe HaskellNone
LanguageHaskell2010

CPython.Constants

Synopsis

Documentation

true :: IO SomeObject Source #

The Python True object.

The Python None object, denoting lack of value.

false :: IO SomeObject Source #

The Python False object.