You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Add async_call_function for 3.5+
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Python 3.5+ async and await
|
||||
async def await_test():
|
||||
async def await_test(asyncio):
|
||||
reader, writer = await asyncio.open_connection(80)
|
||||
await bar()
|
||||
|
||||
|
||||
async def afor_test():
|
||||
|
||||
async for i in [1,2,3]:
|
||||
|
Reference in New Issue
Block a user