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

Method handle_close

Lib/test/support/asynchat.py:196–197  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self.initiate_send()
195
196 def handle_close(self):
197 self.close()
198
199 def push(self, data):
200 if not isinstance(data, (bytes, bytearray, memoryview)):

Callers 1

initiate_sendMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected