Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
def
clearscreen():
151
""
"Clear terminal screen"
""
152
sys.stdout.write(
"\x1b[2J\x1b[H"
)
153
154
class
message(object):
155
""
"
Callers
1
context
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected