MCPcopy 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

test1Method · 0.70
test2Method · 0.70
test4Method · 0.70
test5Method · 0.70
test6Method · 0.70

Calls

no outgoing calls

Tested by 5

test1Method · 0.56
test2Method · 0.56
test4Method · 0.56
test5Method · 0.56
test6Method · 0.56