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

Method athrow

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

Source from the content-addressed store, hash-verified

7903 def asend(self, value):
7904 pass
7905 def athrow(self, typ, val=None, tb=None):
7906 pass
7907
7908 async def g(): yield 0
7909

Calls

no outgoing calls

Tested by

no test coverage detected