MCPcopy Index your code
hub / github.com/python/cpython / flush

Method flush

Lib/test/test_remote_pdb.py:48–50  ·  view source on GitHub ↗

No-op flush implementation.

(self)

Source from the content-addressed store, hash-verified

46 self.output_buffer.append(data)
47
48 def flush(self) -> None:
49 """No-op flush implementation."""
50 pass
51
52 def readline(self) -> bytes:
53 """Read a line from the prepared input queue."""

Callers 2

_send_commandMethod · 0.45
test_handle_eofMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected