mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 10:21:14 +08:00
This patch consists of: * Splitting and reordering the content into sections corresponding to the module's documentation sections * Implementing some missing functions * Adding TODOs for missing stuff (I may've missed something) The signature of isgenerator() (was: Any argument, is: argument of type object) is changed for consistency with other is* functions I added here, after some considerations I couldn't decide whether it should be object or Any - if object is not advised please let me know.