文件名称:better-exceptions:Python中漂亮而有用的异常
文件大小:129KB
文件格式:ZIP
更新时间:2024-04-26 05:27:05
Python
更好的例外 Python中的漂亮,更有用的异常。 用法 通过pip安装better_exceptions : $ pip install better_exceptions 并将BETTER_EXCEPTIONS环境变量设置为任何值: export BETTER_EXCEPTIONS=1 # Linux / OSX setx BETTER_EXCEPTIONS 1 # Windows 而已! Python REPL(交互式Shell) 为了在Python REPL中使用better_exceptions ,请首先安装该软件包(按照上述说明)并运行: $ python -m better_exceptions Type "help", "copyright", "credits" or "license" for more information. (BetterExc
【文件预览】:
better-exceptions-master
----MANIFEST.in(165B)
----test_all.sh(2KB)
----better_exceptions()
--------color.py(3KB)
--------repl.py(1KB)
--------integrations()
--------formatter.py(11KB)
--------encoding.py(725B)
--------log.py(899B)
--------__init__.py(2KB)
--------__main__.py(1KB)
--------context.py(43B)
----LICENSE.txt(1KB)
----.travis.yml(311B)
----better_exceptions_hook.pth(387B)
----test()
--------test_util()
--------test_color.py(102B)
--------test_interactive_raw.sh(382B)
--------output()
--------test.py(213B)
--------test_chaining.py(348B)
--------test_logging.py(606B)
--------test_string.sh(817B)
--------test_truncating_disabled.py(181B)
--------test_indentation_error.py(194B)
--------test_unittest_patch.py(2KB)
--------test_encoding.py(155B)
--------test_interactive.sh(379B)
--------test_truncating.py(179B)
--------test_syntax_error.py(133B)
----setup.cfg(40B)
----screenshot.png(88KB)
----setup.py(3KB)
----README.md(5KB)
----.editorconfig(236B)
----.gitignore(5KB)