import{_ as i,c as s,o as a,a9 as t}from"./chunks/framework.C4_mTacX.js";const u=JSON.parse('{"title":"liteyuki.comm.rpc","description":"","frontmatter":{"title":"liteyuki.comm.rpc"},"headers":[],"relativePath":"en/dev/api/comm/rpc.md","filePath":"en/dev/api/comm/rpc.md","lastUpdated":null}'),e={name:"en/dev/api/comm/rpc.md"},n=t('
liteyuki.comm.rpc
本模块用于实现RPC(基于IPC)通信
RPC
__init__(self, on_calling: ON_CALLING_FUNC) -> None
def __init__(self, on_calling: ON_CALLING_FUNC) -> None:\n self.on_calling = on_calling
call(self, args: tuple, kwargs: dict) -> Any
Description: 调用
def call(self, args: tuple, kwargs: dict) -> Any:\n return self.on_calling(args, kwargs)