mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
import completion fully working
This commit is contained in:
@@ -647,7 +647,7 @@ class Generator(object):
|
||||
content of a generator.
|
||||
"""
|
||||
names = []
|
||||
none_pos = (None,None)
|
||||
none_pos = (0, 0)
|
||||
executes_generator = ('__next__', 'send')
|
||||
for n in ('close', 'throw') + executes_generator:
|
||||
name = parsing.Name([n], none_pos, none_pos)
|
||||
|
||||
Reference in New Issue
Block a user