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

Method handle_read

Lib/test/test_ftplib.py:74–76  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 self.encoding = baseclass.encoding
73
74 def handle_read(self):
75 new_data = self.recv(1024)
76 self.baseclass.last_received_data += new_data
77
78 def handle_close(self):
79 # XXX: this method can be called many times in a row for a single

Callers

nothing calls this directly

Calls 1

recvMethod · 0.45

Tested by

no test coverage detected