Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect separation of function args and docstring in some situations #268

Open
hadisfr opened this issue Aug 17, 2018 · 0 comments
Open
Labels

Comments

@hadisfr
Copy link
Contributor

hadisfr commented Aug 17, 2018

I'm getting the following result:
image
for the following code:

def __init__(
        self,
        sbtestloc=path.join(path.dirname(__file__), 'max-biclique'),
        input_addr=None,
        output_addr=None,
        output_size_addr=None,
        store_temps=False
    ):
        """ Specify the location of sbtest file while inititlizing
        the class. """

from here.

I should note that autocompletion for function args in function body works fine, so its detecting args somehow.

@srusskih srusskih added the bug label Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants