(data)
| 20 | ctypes.windll.kernel32.SetConsoleTextAttribute.restype = ctypes.wintypes.BOOL |
| 21 | |
| 22 | def stdoutEncode(data): # Cross-referenced function |
| 23 | return data |
| 24 | |
| 25 | class ColorizingStreamHandler(logging.StreamHandler): |
| 26 | # color names to indices |
no outgoing calls
no test coverage detected
searching dependent graphs…