numpy.polynomial.legendre.Legendre.has_samewindow# method polynomial.legendre.Legendre.has_samewindow(other)[源代码]# 检查窗口是否匹配. 参数: other类实例另一个类必须具有 window 属性. 返回: bool布尔值如果窗口相同,则为True,否则为False.