Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ handle_close
Method
handle_close
tools/python-3.11.9-amd64/Lib/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_send
Method · 0.95
Calls
1
close
Method · 0.45
Tested by
no test coverage detected