Home
last modified time | relevance | path

Searched refs:chars_to_move (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbpexpect.py71 def cursor_forward_escape_seq(self, chars_to_move): argument
76 return b"\x1b\[" + str(chars_to_move).encode("utf-8") + b"C"