Closed3

[Python] 直近のtracebackの取得

Srgr0Srgr0
import sys
print(sys.last_type, sys.last_value, sys.last_traceback)
このスクラップは2022/12/30にクローズされました