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 2b1eed4 commit e3d59bfCopy full SHA for e3d59bf
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