Constructs a Fraction. Takes a string like '3/2' or '1.5', another Rational instance, a numerator/denominator pair, or a float. Examples -------- >>> Fraction(10, -8) Fraction(-5, 4) >>> Fraction(Fraction(1, 7), 5) Fraction(1, 35)
(cls, numerator=0, denominator=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected