MCPcopy
hub / github.com/Aider-AI/aider / interrupt_input

Method interrupt_input

aider/io.py:516–521  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

514 print()
515
516 def interrupt_input(self):
517 if self.prompt_session and self.prompt_session.app:
518 # Store any partial input before interrupting
519 self.placeholder = self.prompt_session.app.current_buffer.text
520 self.interrupted = True
521 self.prompt_session.app.exit()
522
523 def get_input(
524 self,

Callers 2

handle_changesMethod · 0.80
watch_clipboardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected