摘要: class Foo(): def __init__(self): print('init') def __call__(self,*args,**kwargs) print('call') def __getitem__(self,item): print(item) def __setitem__ 阅读全文
posted @ 2018-11-27 22:21 黄瓜不是好瓜 阅读(137) 评论(0) 推荐(0) 编辑