mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
* Change constants to type-equivalent versions For pytype support. " = object()" -> " = ..." Non-zero ints -> 0 * Drop changes to typing and __builtin__