Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
Callers
12
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_throws_immediately
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