mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-25 09:48:36 +08:00
README functions -> api
This commit is contained in:
+2
-2
@@ -124,11 +124,11 @@ If you want to set up an IDE with Jedi, you need to `import jedi`. You should
|
|||||||
have the following objects available:
|
have the following objects available:
|
||||||
|
|
||||||
`complete`
|
`complete`
|
||||||
> Returns `functions.Completion` objects. Those objects have got
|
> Returns `api.Completion` objects. Those objects have got
|
||||||
> informations about the completions. More than just names.
|
> informations about the completions. More than just names.
|
||||||
|
|
||||||
`goto`
|
`goto`
|
||||||
> Similar to complete. The returned `functions.Definition` objects contain
|
> Similar to complete. The returned `api.Definition` objects contain
|
||||||
> information about the definitions found.
|
> information about the definitions found.
|
||||||
|
|
||||||
`get_definition`
|
`get_definition`
|
||||||
|
|||||||
Reference in New Issue
Block a user