numpy.polynomial.legendre.Legendre.has_samewindow# 方法 polynomial.legendre.Legendre.has_samewindow(other)[原始碼]# 檢查視窗是否匹配。 參數: other類別實例另一個類別必須具有 window 屬性。 返回: bool布林值如果視窗相同則為 True,否則為 False。