mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 13:36:51 +08:00
deprecated api_classes.Completion.word in favor of name
This commit is contained in:
@@ -27,7 +27,7 @@ example for the autocompletion feature:
|
||||
[<Completion: date>, <Completion: datetime>, ...]
|
||||
>>> print(completions[0].complete)
|
||||
te
|
||||
>>> print(completions[0].word)
|
||||
>>> print(completions[0].name)
|
||||
date
|
||||
|
||||
As you see Jedi is pretty simple and allows you to concentrate on writing a
|
||||
|
||||
Reference in New Issue
Block a user