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

Function yellow

lib/utils.py:142–144  ·  view source on GitHub ↗

Wrapper for colorize(text, 'yellow')

(text, attrib=None)

Source from the content-addressed store, hash-verified

140 return colorize(text, "red", attrib)
141
142def yellow(text, attrib=None):
143 """Wrapper for colorize(text, 'yellow')"""
144 return colorize(text, "yellow", attrib)
145
146def blue(text, attrib=None):
147 """Wrapper for colorize(text, 'blue')"""

Callers 3

xinfoMethod · 0.85
checksecMethod · 0.85
shellcodeMethod · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected