Python tips
摘要:
<1>完全吊炸天构造器的写法。。。 import os import threading,time class GenericInputData(object): def read(self): raise NotImplementedError @classmethod def generate_ 阅读全文
posted @ 2016-03-27 22:32 gearslogy 阅读(419) 评论(0) 推荐(0) 编辑