Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docstrings confuse autocompletion #966

Closed
Labels
Milestone
@Andriamanitra

Description

@Andriamanitra

I ran into an issue where the autocompletion starts thinking an example from the docstring of the function is the signature of the function.

The original code where I ran into this was a bit more complicated but I managed to create a somewhat minimal reproduction (the inheritance is significant, without inheriting it works correctly):

fromcollections.abcimportSequenceclassC(Sequence):@classmethoddefcmethod(cls,number:int,lst:list[int]= []):"""        Return a list of numbers        Example:        ========        C.cmethod(1337, [1, 2]) # => [1, 2, 1337]        """returnlst+ [number]

image

The autocompletion (and the documentation pop-up) seems to not realize that 1337 and [1 and 2 are literals rather than parameter names, and thecls parameter for a class method gets turned intoobj for whatever reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2026 Movatter.jp