8000 gh-115808: Add ``is_none`` and ``is_not_none`` operators by ThexXTURBOXx · Pull Request #115814 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-115808: Add is_none and is_not_none operators #115814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 10, 2024
Merged
Prev Previous commit
Next Next commit
Apply suggestion
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
  • Loading branch information
ThexXTURBOXx and Eclips4 committed Mar 4, 2024
commit 5ab50b898132ac66b7590874bac7b1812894c61e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add is_none operator
Add :func:`operator.is_none` function.
0