numpy.polynomial.chebyshev.Chebyshev.has_samewindow#

方法

polynomial.chebyshev.Chebyshev.has_samewindow(other)[源代码]#

检查窗口是否匹配.

在 1.6.0 版本加入.

参数:
other类实例

另一个类必须具有 window 属性.

返回:
bool布尔值

如果窗口相同则为真,否则为假.