ID EN
Built-in Constants

__debug__

Python 3.11

This constant is true if Python was not started with an -O option. See also the assert statement.

Syntax

PYTHON
__debug__

See Also

-O assert