scipy.io.matlab.MatReadWarning#

exception scipy.io.matlab.MatReadWarning[source]#

读取问题警告类。

add_note()#

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

with_traceback()#

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