Python code coverage for Lib/distutils/debug.py
# | count | content |
---|---|---|
1 | n/a | import os |
2 | n/a | |
3 | n/a | # If DISTUTILS_DEBUG is anything other than the empty string, we run in |
4 | n/a | # debug mode. |
5 | n/a | DEBUG = os.environ.get('DISTUTILS_DEBUG') |
# | count | content |
---|---|---|
1 | n/a | import os |
2 | n/a | |
3 | n/a | # If DISTUTILS_DEBUG is anything other than the empty string, we run in |
4 | n/a | # debug mode. |
5 | n/a | DEBUG = os.environ.get('DISTUTILS_DEBUG') |