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

Method athrow

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

Source from the content-addressed store, hash-verified

7822 def asend(self, value):
7823 pass
7824 def athrow(self, typ, val=None, tb=None):
7825 pass
7826
7827 async def g(): yield 0
7828

Calls

no outgoing calls

Tested by

no test coverage detected