numpy.polynomial.chebyshev.Chebyshev.has_samewindow# 方法 polynomial.chebyshev.Chebyshev.has_samewindow(other)[原始碼]# Check if windows match. 參數: otherclass instanceThe other class must have the window attribute. 回傳值: boolbooleanTrue if the windows are the same, False otherwise.