MCPcopy Index your code
hub / github.com/bpython/bpython / send_to_stdin

Method send_to_stdin

bpython/curtsiesfrontend/repl.py:1403–1408  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

1401 logger.debug("display_lines: %r", self.display_lines)
1402
1403 def send_to_stdin(self, line):
1404 if line.endswith("\n"):
1405 self.display_lines.extend(
1406 paint.display_linize(self.current_output_line, self.width)
1407 )
1408 self.current_output_line = ""
1409
1410 # formatting, output
1411 @property

Callers 2

process_eventMethod · 0.80
readlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected