Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7752ce commit c669220Copy full SHA for c669220
1 file changed
library/sys.po
@@ -522,6 +522,10 @@ msgid ""
522
" a :ref:`traceback object <traceback-objects>` which encapsulates the call "
523
"stack at the point where the exception originally occurred."
524
msgstr ""
525
+"如果整个堆栈都没有正在处理的异常,则返回包含三个 ``None`` 值的元组。否则返回值为 ``(type, value, "
526
+"traceback)``。它们的含义是:*type* 是正在处理的异常类型(它是 :exc:`BaseException` 的子类);*value* "
527
+"是异常实例(异常类型的实例);*traceback* 是一个 :ref:`回溯对象 <traceback-"
528
+"objects>`,该对象封装了最初发生异常时的调用堆栈。"
529
530
#: ../../library/sys.rst:373
531
msgid ""
0 commit comments