Refactor the way builtins can be overwritten by jedi's own contexts

This commit is contained in:
Dave Halter
2018-02-21 00:09:41 +01:00
parent 5c8300e62a
commit bf01b9d47c
10 changed files with 133 additions and 163 deletions

View File

@@ -34,7 +34,7 @@ async def wrapper():
[x async for x in asgen()][0]
async for y in asgen():
# TODO: make this an int()
#? int()
y
#? ['__anext__']