mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 22:09:37 +08:00
Make sure that jedi.names is not references anymore
This commit is contained in:
+3
-2
@@ -149,8 +149,9 @@ This means that in Python you can enable tab completion in a `REPL
|
||||
Static Analysis
|
||||
------------------------
|
||||
|
||||
To do all forms of static analysis, please try to use ``jedi.names``. It will
|
||||
return a list of names that you can use to infer types and so on.
|
||||
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.
|
||||
|
||||
|
||||
Refactoring
|
||||
|
||||
Reference in New Issue
Block a user