forked from VimPlug/jedi
Rename Script.names to Script.get_names, fixes #1476
This commit is contained in:
+2
-2
@@ -150,8 +150,8 @@ Static Analysis
|
||||
------------------------
|
||||
|
||||
To do all forms of static analysis, please try to use
|
||||
``jedi.Script(...).names``. It will return a list of names that you can use to
|
||||
infer types and so on.
|
||||
``jedi.Script(...).get_names``. It will return a list of names that you can use
|
||||
to infer types and so on.
|
||||
|
||||
|
||||
Refactoring
|
||||
|
||||
Reference in New Issue
Block a user