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.
_initial_missing
reduce
sentinel
1 parent 4ae1a26 commit 33f38a0Copy full SHA for 33f38a0
1 file changed
Lib/functools.py
@@ -232,7 +232,7 @@ def __ge__(self, other):
232
### reduce() sequence to a single item
233
################################################################################
234
235
-_initial_missing = object()
+_initial_missing = sentinel('_initial_missing')
236
237
def reduce(function, sequence, initial=_initial_missing):
238
"""
0 commit comments