PyPoly ====== .. currentmodule:: Pyfhel .. autoclass:: PyPoly :members: <-- add at least this line :special-members: __add__, __sub__, __neg__, __mul__, __pow__, __rshift__, __invert__, __repr__, __bytes__ :private-members: :show-inheritance: <-- plus I want to show inheritance... :inherited-members: <-- ...and inherited members too .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~PyPoly.__add__ ~PyPoly.__sub__ ~PyPoly.__mul__ ~PyPoly.__invert__ ~PyPoly.__repr__ ~PyPoly.__init__ ~PyPoly.check_afpoly ~PyPoly.from_bytes ~PyPoly.from_coeff_list ~PyPoly.get_coeff ~PyPoly.load ~PyPoly.save ~PyPoly.set_coeff ~PyPoly.to_bytes ~PyPoly.to_coeff_list .. rubric:: Attributes .. autosummary:: ~PyPoly.coeff_count ~PyPoly.coeff_modulus_count .. rubric:: API description