Name: | python3-tbtrim |
---|---|
Version: | 0.3.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 15613 |
License: | MIT |
RPM: | python3-tbtrim-0.3.1-1.el8.noarch.rpm |
Source RPM: | python-tbtrim-0.3.1-1.el8.src.rpm |
Build Date: | Fri Sep 18 2020 |
Build Host: | jenkins-172-17-0-2-11fd70d9-f8d8-4d1e-9560-ba8e5bd65303.appad2iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/gousaiyang/tbtrim |
Summary: | A utility to trim Python traceback information |
Description: | tbtrim is a utility to trim Python traceback information. By assigning user- refined sys.excepthook, one can easily customize the behavior after an exception is raise and uncaught, and just before the interpreter prints out the given traceback and exception to sys.stderr. In a more human-readable way, tbtrim is to let you handle the last words of a program when it exits because of an exception. |