mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 12:21:27 +08:00
* Missing special attributes of class instances inherited from object * object.__reduce__ returns a tuple It's up to its inheritors to return either a tuple or a string.