随笔分类 -  Python

摘要:class CommonItem(AbstractObjectComparator): """ base class for items contained in CommonDict """ def __str__(self): """ support a nice string representation with all attribute values... 阅读全文
posted @ 2017-12-05 15:34 陈门特 阅读(401) 评论(0) 推荐(0)