numpy.distutils.log | index /usr/lib/python2.6/dist-packages/numpy/distutils/log.py |
# Colored log, requires Python 2.3 or up.
Modules | ||||||
|
Classes | ||||||||
|
Functions | ||
|
Data | ||
DEBUG = 1 ERROR = 4 FATAL = 5 INFO = 2 WARN = 3 __file__ = '/usr/lib/python2.6/dist-packages/numpy/distutils/log.pyc' __name__ = 'numpy.distutils.log' __package__ = 'numpy.distutils' _global_color_map = {1: <function cyan_text at 0x52a15f0>, 2: <function default_text at 0x4d72b90>, 3: <function red_text at 0x52a1488>, 4: <function red_text at 0x52a1488>, 5: <function red_text at 0x52a1488>} _global_log = <numpy.distutils.log.Log instance at 0x3f62bd8> |