MCPcopy
hub / github.com/pallets/click / term_len

Function term_len

src/click/_compat.py:572–573  ·  src/click/_compat.py::term_len
(x: str)

Source from the content-addressed store, hash-verified

570
571
572def term_len(x: str) -> int:
573 return len(strip_ansi(x))
574
575
576def isatty(stream: t.IO[t.Any]) -> bool:

Callers 6

render_progressMethod · 0.85
measure_tableFunction · 0.85
wrap_textFunction · 0.85
write_usageMethod · 0.85
write_dlMethod · 0.85
_wrap_chunksMethod · 0.85

Calls 1

strip_ansiFunction · 0.85

Tested by

no test coverage detected