2020年1月30日
摘要: 例子 from types import FunctionType, MethodType def func1(): pass class Foo(object): def func2(self): pass print(isinstance(func1, FunctionType)) 表明func 阅读全文
posted @ 2020-01-30 00:56 Treelight 阅读(143) 评论(0) 推荐(0) 编辑