MCPcopy Create free account
hub / github.com/python/cpython / asend

Method asend

Lib/test/test_collections.py:1276–1277  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

1274
1275 class MinimalAGen(AsyncGenerator):
1276 async def asend(self, value):
1277 return value
1278 async def athrow(self, typ, val=None, tb=None):
1279 await super().athrow(typ, val, tb)
1280

Callers 1

test_AsyncGeneratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected