debug

Utilities for logging and debugging.

class sage_acsv.debug.Timer[source]
checkpoint(name=None)[source]
total(name)[source]
class sage_acsv.debug.bcolors[source]
BOLD = '\x1b[1m'
ENDC = '\x1b[0m'
ERROR = '\x1b[91m'
HEADER = '\x1b[95m'
OKBLUE = '\x1b[94m'
OKCYAN = '\x1b[96m'
OKGREEN = '\x1b[92m'
UNDERLINE = '\x1b[4m'
WARNING = '\x1b[93m'