-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
help wantedAn actionable problem of low to medium complexity where a PR would be very welcomeAn actionable problem of low to medium complexity where a PR would be very welcomestubs: incompleteAnnotations or sub-modules missing from an existing package or moduleAnnotations or sub-modules missing from an existing package or module
Description
While using mypy wit typeshed I noticed that some xml.minidom functions return values are annotated as ...
. I am no guru with the typing system, but I think here it is used as a placeholder. E.g. the createDocument
returns a Document
instance(I validated this with the std implementation code on my side), but is annotated with an ellipsis.
Are these simply still missing or is this on purpose? Excuse me if there is a typeshed todo list somewhere that I missed.
Metadata
Metadata
Assignees
Labels
help wantedAn actionable problem of low to medium complexity where a PR would be very welcomeAn actionable problem of low to medium complexity where a PR would be very welcomestubs: incompleteAnnotations or sub-modules missing from an existing package or moduleAnnotations or sub-modules missing from an existing package or module