Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 8399a17 commit f59cac4Copy full SHA for f59cac4
1 file changed
Doc/library/stdtypes.rst
@@ -394,10 +394,12 @@ Bitwise Operations on Integer Types
394
pair: bitwise; operations
395
pair: shifting; operations
396
pair: masking; operations
397
+ operator: |
398
operator: ^
399
operator: &
400
operator: <<
401
operator: >>
402
+ operator: ~
403
404
Bitwise operations only make sense for integers. Negative numbers are treated
405
as their 2's complement value (this assumes that there are enough bits so that
0 commit comments