otp.remote# remote(fun)[source]# This decorator is needed in case function fun is used in apply() method in a remote context with ray library. We want to get source code of the function locally because we will not be able to get source code on the remote server. See also Remote OTP with Ray.