mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-16 00:10:41 +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.