mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-15 04:00:43 +08:00
295788b672
* 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.