Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
11
async_gen_wrapper
Method · 0.45
test_async_gen_athrow_throw_concurrent_with_send
Method · 0.45
test_async_gen_asend_throw_concurrent_with_throw
Method · 0.45
test_async_gen_athrow_throw_concurrent_with_throw
Method · 0.45
test_async_gen_3_arg_deprecation_warning
Method · 0.45
test_async_gen_athrow_close_runtime_error
Method · 0.45
run
Method · 0.45
test_async_gen_throw_custom_same_athrow_coro_twice
Method · 0.45
test_athrow
Method · 0.45
test_athrow_send_already_running
Method · 0.45
test_closed_after_immediate_exception
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected