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

Method asend

Lib/test/test_typing.py:7903–7904  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

7901 def test_subclassing_async_generator(self):
7902 class G(typing.AsyncGenerator[int, int]):
7903 def asend(self, value):
7904 pass
7905 def athrow(self, typ, val=None, tb=None):
7906 pass
7907

Calls

no outgoing calls

Tested by

no test coverage detected