mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-25 01:03:00 +08:00
With today's release, pytype is able to fully load stdlib/3/collections/__init__.pyi, so the test no longer needs the ability to partially parse stubs using the pytd tool. Removing this functionality allows the test code to be simplified considerably.