Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ MyError
Class
MyError
Lib/test/test_asyncgen.py:859–860 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
return
(
yield
v)
858
859
class
MyError(Exception):
860
pass
861
862
async
def
agenfn():
863
try
:
Callers
5
test1
Method · 0.70
test2
Method · 0.70
test4
Method · 0.70
test5
Method · 0.70
test6
Method · 0.70
Calls
no outgoing calls
Tested by
5
test1
Method · 0.56
test2
Method · 0.56
test4
Method · 0.56
test5
Method · 0.56
test6
Method · 0.56