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