onelinerizer icon indicating copy to clipboard operation
onelinerizer copied to clipboard

Support asyncio async & await

Open XCanG opened this issue 6 years ago • 1 comments

This is probably problem with using older python version, but one-lined code converter can't convert when you pass async def somefunc() / await somefunc()

XCanG avatar Jun 17 '18 21:06 XCanG

This is part of Python 3 support, already filed as #70. This functionality doesn’t exist in Python 2.

andersk avatar Jun 17 '18 21:06 andersk