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

Method send

Lib/test/test_asyncio/test_pep492.py:19–20  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

17# Test that asyncio.iscoroutine() uses collections.abc.Coroutine
18class FakeCoro:
19 def send(self, value):
20 pass
21
22 def throw(self, typ, val=None, tb=None):
23 pass

Callers 15

childMethod · 0.45
closeMethod · 0.45
_run_onceMethod · 0.45
clientMethod · 0.45
clientMethod · 0.45
serverMethod · 0.45
test_not_implementedMethod · 0.45
stopMethod · 0.45
test_suspendedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected