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

Function clearscreen

lib/utils.py:150–152  ·  view source on GitHub ↗

Clear terminal screen

()

Source from the content-addressed store, hash-verified

148 return colorize(text, "blue", attrib)
149
150def clearscreen():
151 """Clear terminal screen"""
152 sys.stdout.write("\x1b[2J\x1b[H")
153
154class message(object):
155 """

Callers 1

contextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected