Closed micbou closed 7 years ago
Sorry for the late response.
@homu r+
Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved.
Comments from Reviewable
:pushpin: Commit ad800f7 has been approved by vheon
:hourglass: Testing commit ad800f7 with merge 75b8b74...
Current version of Jedi may return an empty docstring when completing in the middle of a function. For instance, the following code that completes the
get
function fromrequests
and prints its docstring:will output:
The docstring is empty after completing
ge
but not afterget
. This issue was fixed in commit https://github.com/davidhalter/jedi/commit/7ca62578e11031ae09a6ad79fd74089de25ed46d. We update the Jedi dependency to include the commit.In addition, we update the tests as latest Jedi version seems to have improved its docstring parsing.
This change is