| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -232,7 +232,7 @@ def __ge__(self, other): | |||
| 232 | 232 | ### reduce() sequence to a single item | |
| 233 | 233 | ################################################################################ | |
| 234 | 234 | ||
| 235 | - _initial_missing = object() | ||
| 235 | + _initial_missing = sentinel('_initial_missing') | ||
| 236 | 236 | ||
| 237 | 237 | def reduce(function, sequence, /, initial=_initial_missing): | |
| 238 | 238 | """ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments