scipy.special.SpecialFunctionError#

异常 scipy.special.SpecialFunctionError[source]#

特殊函数可能引发的异常。

add_note()#

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

with_traceback()#

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