celeries.mpfrac.Fraction ======================== .. currentmodule:: celeries.mpfrac .. autoclass:: Fraction :no-members: :no-inherited-members: :no-special-members: .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: Fraction.__mul__ Fraction.as_integer_ratio Fraction.conjugate Fraction.from_decimal Fraction.from_float Fraction.from_number Fraction.is_integer Fraction.limit_denominator Fraction.toctx .. HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages. .. autosummary:: :toctree: Fraction.denominator Fraction.imag Fraction.numerator Fraction.real