MCPcopy Index your code
hub / github.com/RustPython/RustPython / asend

Method asend

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

Source from the content-addressed store, hash-verified

7820 def test_subclassing_async_generator(self):
7821 class G(typing.AsyncGenerator[int, int]):
7822 def asend(self, value):
7823 pass
7824 def athrow(self, typ, val=None, tb=None):
7825 pass
7826

Calls

no outgoing calls

Tested by

no test coverage detected