mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-10 07:41:51 +08:00
Rename Script.names to Script.get_names, fixes #1476
This commit is contained in:
@@ -6,7 +6,7 @@ Features and Caveats
|
||||
Jedi obviously supports autocompletion. It's also possible to get it working in
|
||||
(:ref:`your REPL (IPython, etc.) <repl-completion>`).
|
||||
|
||||
Static analysis is also possible by using ``jedi.Script(...).names``.
|
||||
Static analysis is also possible by using ``jedi.Script(...).get_names``.
|
||||
|
||||
Jedi would in theory support refactoring, but we have never publicized it,
|
||||
because it's not production ready. If you're interested in helping out here,
|
||||
|
||||
Reference in New Issue
Block a user