mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-03 21:32:44 +08:00
Script.complete has been deprecated, therefore changed all usages / documatation to Script.completions
This commit is contained in:
2
test/completion/thirdparty/jedi_.py
vendored
2
test/completion/thirdparty/jedi_.py
vendored
@@ -1,7 +1,7 @@
|
||||
|
||||
from jedi import functions, evaluate, parsing
|
||||
|
||||
el = functions.complete()[0]
|
||||
el = functions.completions()[0]
|
||||
#? ['description']
|
||||
el.description
|
||||
|
||||
|
||||
Reference in New Issue
Block a user