摘要: 1 class foo: 2 def __init__(self): 3 print('init') 4 def __call__(self, *args, **kwargs): 5 print('call') 6 return 1 7 def __getitem__(self, item): 8 ... 阅读全文
posted @ 2017-02-25 18:22 Erick-LONG 阅读(170) 评论(0) 推荐(0) 编辑
摘要: hhh sb123123 sb 阅读全文
posted @ 2017-02-25 10:57 Erick-LONG 阅读(134) 评论(0) 推荐(0) 编辑