PCQRSCANER/venv/Lib/site-packages/vcr/_handle_coroutine.py

4 lines
125 B
Python
Raw Normal View History

2019-12-22 21:51:47 +01:00
async def handle_coroutine(vcr, fn): # noqa: E999
with vcr as cassette:
return await fn(cassette) # noqa: E999