mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-30 16:05:22 +08:00
It seems like join completion was wrong before when used within the interpreter.
This commit is contained in:
@@ -561,7 +561,7 @@ class Interpreter(Script):
|
||||
|
||||
>>> from os.path import join
|
||||
>>> namespace = locals()
|
||||
>>> script = Interpreter('join().up', [namespace])
|
||||
>>> script = Interpreter('join("").up', [namespace])
|
||||
>>> print(script.completions()[0].name)
|
||||
upper
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user