Skip to content

Instantly share code, notes, and snippets.

@vmaks
Created March 1, 2015 12:40
Show Gist options
  • Save vmaks/7b33267a28010dc10c1a to your computer and use it in GitHub Desktop.
Save vmaks/7b33267a28010dc10c1a to your computer and use it in GitHub Desktop.
Python __debug__
__debug__
# This constant is true if Python was not started with an -O option. See also the assert statement.
# link: https://docs.python.org/2/library/constants.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment