Back to Ruff

Global Constants

crates/ty_python_semantic/resources/mdtest/scopes/global-constants.md

0.15.12292 B
Original Source

Global Constants

__debug__ constant

The __debug__ constant should be globally available:

py
reveal_type(__debug__)  # revealed: bool

def foo():
    reveal_type(__debug__)  # revealed: bool