mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-15 07:57:11 +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.