What does the Python operator ilshift (<<=) and where can I find infos about it?
https://docs.python.org/2/library/operator.html#operator.ilshift
http://www.pythonlake.com/python/operators/operatorilshift
Found no info about what it does in the documentation.