scipy.sparse.csgraph.NegativeCycleError#

exception scipy.sparse.csgraph.NegativeCycleError(message='')#
add_note()#

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

with_traceback()#

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