1
0
forked from VimPlug/jedi

Use the await method properly and just use it instead of some crazy things

This commit is contained in:
Dave Halter
2018-02-21 00:27:15 +01:00
parent bf01b9d47c
commit bc0210af70
3 changed files with 8 additions and 11 deletions

View File

@@ -22,6 +22,8 @@ async def y():
argh = await x()
#? int()
argh
#? int()
x().__await__()
return 2
async def asgen():