Skip to content

Add pyqtgraph stub #14881

@TiborVoelcker

Description

@TiborVoelcker

The pyqtgraph library has some dynamically inherited methods for some classes, which make my linter and type checker mad.

For example, the GraphicsLayoutWidget is a PyQt widget, which has a GraphicsLayout as its central item. For convenience, it then adds a bunch of methods from the GraphicsLayout class to itself, which are then missed by the type checker.

That is why I would like to request to add the stub files for this third-party library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions