1
0
forked from VimPlug/jedi

Create an autosummary for Jedi's API

This commit is contained in:
Dave Halter
2020-03-18 09:55:58 +01:00
parent 7de475318a
commit e53acb4150
4 changed files with 38 additions and 12 deletions

View File

@@ -236,9 +236,8 @@ class Project(object):
def complete_search(self, string, **kwargs):
"""
Like :meth:`.Project.search`, but returns completions for the current
string. An empty string lists all definitions in a project, so be
careful with that.
Like :meth:`.Script.search`, but completes that string. An empty string
lists all definitions in a project, so be careful with that.
:param bool all_scopes: Default False; searches not only for
definitions on the top level of a module level, but also in