typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Add `pyqtgraph` stub

Open TiborVoelcker opened this issue 4 months ago • 0 comments

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.

TiborVoelcker avatar Oct 15 '25 14:10 TiborVoelcker