Skip to main content

输出漂亮的堆栈跟踪。

项目描述

漂亮的堆栈跟踪:

from prettystack import PrettyStackTemplate

prettystack_template = PrettyStackTemplate().to_console()

try:
    exception_raiser()
except Exception as exception:
    output(prettystack_template.current_stacktrace())

输出(在终端窗口上着色):

<ipython-input-4-2d951494fd2a>



[1]: function 'exception_raiser'
  /path/to/example1.py


        5 :
        6 : def exception_raiser():
    --> 7 :     raise CatchThis("Some kind of message")
        8 :



example1.CatchThis

    Some kind of docstring

Some kind of message

项目详情


下载文件

下载适用于您平台的文件。如果您不确定要选择哪个,请了解有关安装包的更多信息。

源分布

prettystack-0.3.0.tar.gz (4.3 kB 查看哈希)

已上传 source