Closed
Description
Maybe we should have a way of specifying a stub as (potentially) incomplete for libraries that are changing rapidly and there is no dedicated maintainer for the stub. In cases like this a type checker / inferencer would either treat all names as implicitly defined in the module (with type Any
), or it could parse the actual main Python implementation and merge the annotations from the stubs to the full module AST.
Metadata
Metadata
Assignees
Labels
No labels