Home
Original page
cf.Query.__iand__ — Documentation
Query.
__iand__
(
other
)
[source]
¶
The augmented bitwise assignment
&=
x.__iand__(y) <==> x&=y