numpy.polynomial.legendre.Legendre.has_sametype#

方法

polynomial.legendre.Legendre.has_sametype(other)[source]#

检查类型是否匹配。

版本 1.7.0 中的新增功能。

参数:
other对象

类实例。

返回值:
bool布尔值

如果 other 与 self 是同一个类,则为 True