mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
* Add types and functions in types.py that are new in 3.7 * Update `resolve_bases` to accept any iterable of objects, and the same for `new_class` if the version is at least 3.7 * Add comparison overrides implemented by MethodWrapperType * Fix mypy error due to over-constrained `__eq__`