mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-15 18:27:59 +08:00
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