microbit-foundation / micropython-microbit-stubs

Type stubs for MicroPython for micro:bit to support the micro:bit Python Editor V3
https://python.microbit.org/
Other
3 stars 2 forks source link

Minimal pruning of builtins. #3

Closed microbit-matt-hillsdon closed 3 years ago

microbit-matt-hillsdon commented 3 years ago

abc, types, typing_extensions don't work at runtime but for now we're keeping them for their type mechanics.

I've left frozenset for now as it's needed for other type definitions.

based on typeshed as of 6188a3eec789b94cacd0c46e929321daad04b4b5

This parses without errors at Pyright initialisation.