mirror of https://github.com/astral-sh/ruff
293 B
293 B
Global Constants
__debug__ constant
The __debug__ constant should be globally available:
reveal_type(__debug__) # revealed: bool
def foo():
reveal_type(__debug__) # revealed: bool