MCPcopy Index your code
hub / github.com/RustPython/RustPython / send

Method send

Lib/imaplib.py:1702–1705  ·  view source on GitHub ↗

Send data to remote.

(self, data)

Source from the content-addressed store, hash-verified

1700
1701
1702 def send(self, data):
1703 """Send data to remote."""
1704 self.writefile.write(data)
1705 self.writefile.flush()
1706
1707
1708 def shutdown(self):

Callers

nothing calls this directly

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected