PyPtxt ====== .. currentmodule:: Pyfhel .. autoclass:: PyPtxt :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:: ~PyPtxt.__repr__ ~PyPtxt.__init__ ~PyPtxt.decode ~PyPtxt.encode ~PyPtxt.from_bytes ~PyPtxt.is_ntt_form ~PyPtxt.is_zero ~PyPtxt.load ~PyPtxt.save ~PyPtxt.set_scale ~PyPtxt.to_bytes ~PyPtxt.to_poly_string .. rubric:: Attributes .. autosummary:: ~PyPtxt.mod_level ~PyPtxt.scale ~PyPtxt.scale_bits ~PyPtxt.scheme .. rubric:: API description