mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 20:08:27 +08:00
Make sure that Tuple autocompletes properly, fixes #1389
This commit is contained in:
@@ -99,6 +99,8 @@ def tuple(p, q, r):
|
||||
"""
|
||||
#? int()
|
||||
p[0]
|
||||
#? ['index']
|
||||
p.index
|
||||
#? int()
|
||||
q[0]
|
||||
#? str()
|
||||
|
||||
Reference in New Issue
Block a user