class Variable:
class Function:

变量

函数

初始化

def__init__(self, data):  

调用

def __call__(self, input):

抛出错误

raise NotImplementedError("xxx未定义")
posted on 2025-12-30 10:29  中年二班  阅读(0)  评论(0)    收藏  举报