摘要: from abc import ABCMeta, abstractmethod class Card: def __init__(self): print('proxy interface') @abstractmethod def consume(self, account): pass @abstractmethod ... 阅读全文
posted @ 2018-11-01 16:12 agang_19 阅读(110) 评论(0) 推荐(0) 编辑
摘要: python基础-abstractmethod、__属性、property、setter、deleter、classmethod、staticmethod 阅读全文
posted @ 2018-11-01 14:50 agang_19 阅读(207) 评论(0) 推荐(0) 编辑