sdr.Interpolator.__repr__() → str Returns a code-styled string representation of the object. Examples¶ In [1]: fir = sdr.Interpolator(7) In [2]: fir Out[2]: sdr.Interpolator(7, 'kaiser', streaming=False)