Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ clearline
Function
clearline
test/single_line_runner.py:14–16 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
12
13
14
def
clearline(stream):
15
stream.write(
'\r\033[K'
)
16
stream.flush()
17
18
19
def
term_width():
Callers
1
startTest
Method · 0.85
Calls
2
write
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected