scipy.io.matlab.MatWriteError#

exception scipy.io.matlab.MatWriteError[原始碼]#

例外狀況,表示寫入問題。

with_traceback()#

Exception.with_traceback(tb) – 設定 self.__traceback__ 為 tb 並回傳 self。