1
0
forked from VimPlug/jedi

README functions -> api

This commit is contained in:
David Halter
2012-09-15 16:06:42 +02:00
parent ea7692e66b
commit 3e9f3e12b5

View File

@@ -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:
`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.
`goto`
> Similar to complete. The returned `functions.Definition` objects contain
> Similar to complete. The returned `api.Definition` objects contain
> information about the definitions found.
`get_definition`