The augmented bitwise assignment <<=
x.__ilshift__(y) <==> x<<=y
cf.FieldList.__ixor__
cf.FieldList.__irshift__
Enter search terms or a module, class or function name.