Fork me on GitHub
  2019年12月25日
摘要: # l=list([])# print(type(l)is list)# print(isinstance(l,list))'''True'''# class Foo:# pass# class Bar(Foo):# pass## print(issubclass(Bar,Foo))'''True' 阅读全文
posted @ 2019-12-25 20:14 OBOS 阅读(129) 评论(0) 推荐(0) 编辑
摘要: # import settings# class MySQL:# def __init__(self,host,port):# self.host=host# self.port=port## @classmethod# def from_conf(cls):# return cls(setting 阅读全文
posted @ 2019-12-25 19:02 OBOS 阅读(134) 评论(0) 推荐(0) 编辑