摘要:
python 装饰器 一、函数、类的数据类型 二、装饰器 一、函数、类的数据类型 下面的例子,函数、类也是一种数据类型 from types import MethodType,FunctionType class A: def func(self): pass def fun_test(x): r 阅读全文
posted @ 2020-11-30 16:57
ananmy
阅读(150)
评论(0)
推荐(0)
浙公网安备 33010602011771号