MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / stdoutEncode

Function stdoutEncode

thirdparty/ansistrm/ansistrm.py:22–23  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

20 ctypes.windll.kernel32.SetConsoleTextAttribute.restype = ctypes.wintypes.BOOL
21
22def stdoutEncode(data): # Cross-referenced function
23 return data
24
25class ColorizingStreamHandler(logging.StreamHandler):
26 # color names to indices

Callers 1

emitMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…