You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1266,7 +1266,7 @@
1266
1266
</code></pre></div>
1267
1267
1268
1268
<ul>
1269
-
<li><strong>Another solution in this particular case is to use built-in functions <codeclass="python hljs"><spanclass="hljs-string">'and_'</span></code> and <codeclass="python hljs"><spanclass="hljs-string">'or_'</span></code> from the module <ahref="#operator">operator</a>.</strong></li>
1269
+
<li><strong>Another solution in this particular case is to use built-in functions and_() and or_() from the module <ahref="#operator">operator</a>.</strong></li>
+-- StopIteration # Raised by next() when run on an empty iterator.
1335
1335
+-- TypeError # Raised when an argument is of wrong type.
1336
1336
+-- ValueError # When an argument is of right type but inappropriate value.
1337
-
+-- UnicodeError # Raised when encoding/decoding strings from/to bytes fails.
1337
+
+-- UnicodeError # Raised when encoding/decoding strings to/from bytes fails.
1338
1338
</code></pre></div>
1339
1339
1340
1340
<div><h4id="collectionsandtheirexceptions">Collections and their exceptions:</h4><pre><codeclass="text language-text">+-----------+------------+------------+------------+
0 commit comments