MCPcopy Create free account
hub / github.com/longld/peda / red

Function red

lib/utils.py:138–140  ·  view source on GitHub ↗

Wrapper for colorize(text, 'red')

(text, attrib=None)

Source from the content-addressed store, hash-verified

136 return colorize(text, "green", attrib)
137
138def red(text, attrib=None):
139 """Wrapper for colorize(text, 'red')"""
140 return colorize(text, "red", attrib)
141
142def yellow(text, attrib=None):
143 """Wrapper for colorize(text, 'yellow')"""

Callers 10

_get_helptextMethod · 0.85
aslrMethod · 0.85
context_codeMethod · 0.85
contextMethod · 0.85
eflagsMethod · 0.85
xinfoMethod · 0.85
checksecMethod · 0.85
nxtestMethod · 0.85
crashdumpMethod · 0.85
peda.pyFile · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected