cpython-3.8.0: Bindings for libpython
Safe HaskellSafe-Inferred
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.