mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Refactor the way builtins can be overwritten by jedi's own contexts
This commit is contained in:
@@ -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__']
|
||||
|
||||
Reference in New Issue
Block a user