numpy.polynomial.laguerre.Laguerre.has_sametype#

方法

polynomial.laguerre.Laguerre.has_sametype(other)[source]#

检查类型是否匹配。

版本 1.7.0 中的新功能。

参数:
other对象

类实例。

返回值:
bool布尔值

如果 other 与 self 是相同的类,则返回 True