Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ raising_gen
Method
raising_gen
Lib/test/test_exceptions.py:1049–1053 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1047
pass
1048
1049
def
raising_gen():
1050
try
:
1051
raise
MyException(obj)
1052
except
MyException:
1053
yield
1054
1055
obj = MyObj()
1056
wr = weakref.ref(obj)
Callers
nothing calls this directly
Calls
1
MyException
Class · 0.70
Tested by
no test coverage detected