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

Function blue

lib/utils.py:146–148  ·  view source on GitHub ↗

Wrapper for colorize(text, 'blue')

(text, attrib=None)

Source from the content-addressed store, hash-verified

144 return colorize(text, "yellow", attrib)
145
146def blue(text, attrib=None):
147 """Wrapper for colorize(text, 'blue')"""
148 return colorize(text, "blue", attrib)
149
150def clearscreen():
151 """Clear terminal screen"""

Callers 10

_get_helptextMethod · 0.85
hexprintMethod · 0.85
hexdumpMethod · 0.85
profileMethod · 0.85
context_codeMethod · 0.85
context_stackMethod · 0.85
contextMethod · 0.85
cmpmemMethod · 0.85
xinfoMethod · 0.85
shellcodeMethod · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected