ยปCore Development>Code coverage>Lib/distutils/debug.py

Python code coverage for Lib/distutils/debug.py

#countcontent
1n/aimport os
2n/a
3n/a# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4n/a# debug mode.
5n/aDEBUG = os.environ.get('DISTUTILS_DEBUG')