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

Method send

Lib/test/test_asyncio/test_events.py:65–66  ·  view source on GitHub ↗
(self, v)

Source from the content-addressed store, hash-verified

63
64class CoroLike:
65 def send(self, v):
66 pass
67
68 def throw(self, *exc):
69 pass

Callers 4

writerMethod · 0.45
test_server_closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected