gpt4 book ai didi

python - 在 rpyc python 中传递类方法

转载 作者:太空宇宙 更新时间:2023-11-04 06:42:35 25 4
gpt4 key购买 nike

我见过使用 teleport_function 传递函数,有什么方法可以传递类方法吗??或者我能否以任何其他方式远程执行我的类对象

我可以通过将类作为一项服务来解决这个问题。但这并不能完全满足我在项目中的要求。

最佳答案

import rpyc
from rpyc.utils.classic import teleport_function

def a(test):
print test

if __name__ = '__main__':
proxy = rpyc.classic.connect('remte.com')
launch_command_remote = teleport_function(proxy, a)
launch_command_remote("Voila") # Executed remotly

关于python - 在 rpyc python 中传递类方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28553576/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com