MCPcopy Index your code
hub / github.com/RustPython/RustPython / syntax_async_comprehension.py

File syntax_async_comprehension.py

extra_tests/snippets/syntax_async_comprehension.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import asyncio
2from types import GeneratorType, AsyncGeneratorType
3
4

Callers

nothing calls this directly

Calls 3

run_syncFunction · 0.85
run_asyncFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected