Skip to content

interfaces with implementors that override __init__ seem to create implicit ambiguous references to their interface's __init__ method #940

@glyph

Description

@glyph

Various errors in Twisted's trunk right now say things like

src/twisted/web/iweb.py:687: Cannot find link target for "__init__"

the line numbers appear to be nonsense, but correspond to implementors with custom __init__s. Stubbing out a fake __init__ seems to work around it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions