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

Method write

Lib/test/test_asyncio/test_sslproto.py:147–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 async def main():
146 # writes data to transport
147 async def write():
148 writer.write(data)
149 await writer.drain()
150
151 # try to write for the first time
152 await write()

Callers 15

handle_clientMethod · 0.45
clientMethod · 0.45
server_handlerMethod · 0.45
innerMethod · 0.45
test_writeMethod · 0.45
test_write_bytearrayMethod · 0.45
test_write_memoryviewMethod · 0.45
test_write_no_dataMethod · 0.45

Calls 1

drainMethod · 0.45

Tested by

no test coverage detected