示例#1
0
def init_print_colors():
    from IPython.utils import coloransi, io
    androconf.default_colors(coloransi.TermColors)
    CONF["PRINT_FCT"] = io.stdout.write
示例#2
0
文件: misc.py 项目: DarioI/ARES
def init_print_colors():
    from IPython.utils import coloransi, io
    androconf.default_colors(coloransi.TermColors)
    CONF["PRINT_FCT"] = io.stdout.write