Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dreplwrap.py33 def __init__(self, cmd_or_spawn, orig_prompt, prompt_change, argument
47 if prompt_change is None:
51 prompt_change.format(new_prompt, continuation_prompt))
60 def set_prompt(self, orig_prompt, prompt_change): argument
62 self.child.sendline(prompt_change)
119 prompt_change = u"PS1='{0}' PS2='{1}' PROMPT_COMMAND=''".format(ps1, ps2)
121 return REPLWrapper(child, u'\\$', prompt_change,