mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-28 13:52:12 +08:00
fractions: use __new__ instead of __init__ (#4077)
Tested against some example code.
This commit is contained in:
@@ -23,6 +23,7 @@ collections.Reversible
|
||||
collections.UserString.maketrans
|
||||
ctypes.CDLL.__init__
|
||||
decimal.Decimal.as_integer_ratio
|
||||
fractions.Fraction.__new__ # private _normalize param was made keyword-only in Python 3.6
|
||||
gettext.NullTranslations.npgettext
|
||||
gettext.NullTranslations.pgettext
|
||||
gettext.dnpgettext
|
||||
|
||||
Reference in New Issue
Block a user