|
|
@ -1304,8 +1304,8 @@ LogicOp = Enum(<span class="hljs-string">'LogicOp'</span>, {<span class="hljs-st |
|
|
|
</ul> |
|
|
|
<div><h3 id="catchingexceptions">Catching Exceptions</h3><pre><code class="python language-python hljs"><span class="hljs-keyword">except</span> <exception>: |
|
|
|
<span class="hljs-keyword">except</span> <exception> <span class="hljs-keyword">as</span> <name>: |
|
|
|
<span class="hljs-keyword">except</span> (<exception>, ...): |
|
|
|
<span class="hljs-keyword">except</span> (<exception>, ...) <span class="hljs-keyword">as</span> <name>: |
|
|
|
<span class="hljs-keyword">except</span> (<exception>, [...]): |
|
|
|
<span class="hljs-keyword">except</span> (<exception>, [...]) <span class="hljs-keyword">as</span> <name>: |
|
|
|
</code></pre></div> |
|
|
|
|
|
|
|
<ul> |
|
|
|