摘要: 1 #coding=utf-8 2 class MyClass(object): 3 """docstring for ClassName""" 4 def __init__(self, arg): 5 super(object, self).__init__() 6 self.arg = arg 7 8 ... 阅读全文
posted @ 2017-09-18 14:46 fosonR 阅读(163) 评论(0) 推荐(0)