I can see several situation where this would be useful (e.g. to change units of all arrays of the session). e.g. ```python >>> session * 10 >>> session * array ```