Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ call_throw
Method
call_throw
Lib/test/test_generators.py:953–954 ·
view source on GitHub ↗
(gen)
Source
from the content-addressed store, hash-verified
951
952
def
test_throw_with_yield_from(self):
953
def
call_throw(gen):
954
gen.throw(RuntimeError)
955
956
self.check_yield_from_example(call_throw)
957
Callers
nothing calls this directly
Calls
1
throw
Method · 0.45
Tested by
no test coverage detected