MCPcopy 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
14def clearline(stream):
15 stream.write('\r\033[K')
16 stream.flush()
17
18
19def term_width():

Callers 1

startTestMethod · 0.85

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected