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 63c2c8a commit 5eb7075Copy full SHA for 5eb7075
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