Skip to content

Ycmd Python third party libraries missing detailed_info #773

@noxdafox

Description

@noxdafox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions