Closed
Description
Would it be possible to write a script to measure typeshed coverage for a given package/module, and track that over time? Specifically, I'd like to see the stdlib get to 100% over time. Sometimes stubs exist for a particular module, but they are missing a handful of defs, and we don't know until someone tries to check it in mypy and reports it.