That is a bitwise or
with assignment. It is equivalent to
object.attribute = object.attribute | variable
Read more here.
That is a bitwise or
with assignment. It is equivalent to
object.attribute = object.attribute | variable
Read more here.