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

Function cprint

thirdparty/termcolor/termcolor.py:123–129  ·  view source on GitHub ↗

Print colorize text. It accepts arguments of print function.

(text, color=None, on_color=None, attrs=None, **kwargs)

Source from the content-addressed store, hash-verified

121
122
123def cprint(text, color=None, on_color=None, attrs=None, **kwargs):
124 """Print colorize text.
125
126 It accepts arguments of print function.
127 """
128
129 print((colored(text, color, on_color, attrs)), **kwargs)
130
131
132if __name__ == '__main__':

Callers 1

termcolor.pyFile · 0.85

Calls 1

coloredFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…