-
Notifications
You must be signed in to change notification settings - Fork 773
Closed
Description
Greetings,
I updated ycmd to the latest git revision and now I cannot get the detailed information of functions and modules which do not belong to Python stdlib anymore.
The following code snipped used to show the function parameters on Emacs:
import requests
requests.get # function parameters would show here
While investigating further in abingham/emacs-ycmd#431 we noticed that ycmd was not returning detailed_info for the requests
module anymore.
Here's the comparison with a working version of ycmd.
Revision 328b5fd shows the following.
detailed_info "get(url, params=None, **kwargs)\n\nSends a GET request.\n\n:param url: URL for the new :class:`Request` object.\n:param params: (optional) Dictionary or bytes to be sent in the query string for the :class:`Request`.\n:param \\*\\*kwargs: Optional arguments that ``request`` takes.\n:return: :class:`Response <Response>` object\n:rtype: requests.Response"
Revision: 64ddce4 does not show any detailed_info
.
janzhen
Metadata
Metadata
Assignees
Labels
No labels