numpy.polynomial.polynomial.Polynomial.has_sametype#

方法

polynomial.polynomial.Polynomial.has_sametype(other)[源代码]#

检查类型是否匹配.

在 1.7.0 版本加入.

参数:
other对象

类实例.

返回:
bool布尔值

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