frosch::frog:调试速度比青蛙抓苍蝇快

时间:2024-04-08 06:53:18
【文件属性】:

文件名称:frosch::frog:调试速度比青蛙抓苍蝇快

文件大小:423KB

文件格式:ZIP

更新时间:2024-04-08 06:53:18

Python

frosch-运行时错误调试器 更好的运行时错误消息 您是否还在不断看到python解释器给您的运行时错误消息?它缺少一些颜色和更多的调试信息! 在使程序崩溃之前,请获取一些好看的错误回溯,以及格式优美的最后一行及其所有的最后一个值。 安装 $ pip install frosch 用法 在程序的开头调用hook函数。 from frosch import hook hook () x = 3 + "String" 打印例外 您还可以轻松地将捕获的异常打印到stdout from frosch import print_exception try : x = [ 0 , 1 ] x [ 3 ] except IndexError as error : print_exception ( error ) 配置 主题 frosch允许使用不同的主题来设置输出样式: 主题 b 体


【文件预览】:
frosch-master
----poetry.lock(27KB)
----.gitignore(2KB)
----python_versions.svg(0B)
----pyproject.toml(811B)
----resources()
--------showcase.png(265KB)
--------notify_mac.png(131KB)
----MANIFEST.in(25B)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(3KB)
----tests()
--------test_writer.py(7KB)
--------__init__.py(0B)
--------test_notifier.py(4KB)
--------test_parser.py(7KB)
--------test_type_hooks.py(1KB)
--------test_frosch.py(1KB)
--------test_config_manager.py(3KB)
----example()
--------lib.py(101B)
--------__init__.py(0B)
--------example.py(158B)
--------traceback_example.py(153B)
----frosch()
--------style()
--------type_hooks.py(2KB)
--------writer.py(5KB)
--------frosch.py(2KB)
--------__init__.py(228B)
--------notifier.py(1KB)
--------dt_hooks()
--------parser.py(7KB)
--------config_manager.py(5KB)
----.coveragerc(30B)

网友评论