Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ collect_incoming_data
Method
collect_incoming_data
Lib/test/support/asynchat.py:88–89 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
86
asyncore.dispatcher.__init__(self, sock, map)
87
88
def
collect_incoming_data(self, data):
89
raise
NotImplementedError(
"must be implemented in subclass"
)
90
91
def
_collect_incoming_data(self, data):
92
self.incoming.append(data)
Callers
1
handle_read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected