onelinerizer
onelinerizer copied to clipboard
Support asyncio async & await
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()
This is part of Python 3 support, already filed as #70. This functionality doesn’t exist in Python 2.