mahmoud / boltons

🔩 Like builtins, but boltons. 250+ constructs, recipes, and snippets which extend (and rely on nothing but) the Python standard library. Nothing like Michael Bolton.
https://boltons.readthedocs.org
Other
6.51k stars 353 forks source link

call _orig_default identity #354

Closed majidaldo closed 3 months ago

majidaldo commented 10 months ago

https://github.com/mahmoud/boltons/blob/6cac49ce4eba506a3582e8089bcc347c6b2fa70f/boltons/iterutils.py#L1214

instead of "default", it would be more descriptive to say "identity" or "do nothing".