Skip to content

liteyuki.comm.event

本模块用于轻雪主进程和子进程之间的通信的事件类

class Event

func __init__(self, name: str, data: dict[str, Any])

Source code or View on GitHub
python
def __init__(self, name: str, data: dict[str, Any]):
    self.name = name
    self.data = data

Documentation built with VitePress | API references generated by litedoc