Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ stop
Method
stop
examples/tcp_protocol_parser.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
self.transport.write(b
'pong:\r\n'
)
57
58
def
stop(self):
59
self.transport.write(b
'stop:\r\n'
)
60
61
def
send_text(self, text):
62
self.transport.write(
Callers
1
start_client
Function · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected