scipy.integrate.IntegrationWarning#

异常 scipy.integrate.IntegrationWarning[源代码]#

积分过程中出现问题的警告。

add_note()#

Exception.add_note(note) – 为异常添加注释

with_traceback()#

Exception.with_traceback(tb) – 将 self.__traceback__ 设置为 tb 并返回 self。