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

Method athrow

Lib/test/test_collections.py:1273–1273  ·  view source on GitHub ↗
(self, typ, val=None, tb=None)

Source from the content-addressed store, hash-verified

1271 async def aclose(self): pass
1272 async def asend(self, value): return value
1273 async def athrow(self, typ, val=None, tb=None): pass
1274
1275 class MinimalAGen(AsyncGenerator):
1276 async def asend(self, value):

Callers 1

athrowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected