11 2021 档案

摘要:TypeError: Cannot create a consistent method resolution无法创建一致的方法解析 原因是继承顺序错了 若B继承A,C要继承A和B,则需将B写在前面,A写在后面 class C(B, A): pass 详情参考: https://blog.csdn. 阅读全文
posted @ 2021-11-26 14:30 海浪。 阅读(1005) 评论(0) 推荐(0) 编辑
摘要:report_file = os.path.join(report_dir, 'HTMLReport_{}.html').format(strftime('%Y-%m-%d_%H:%M:%S'))从https://www.cnblogs.com/Beginner-Y/p/13630774.html得 阅读全文
posted @ 2021-11-03 15:34 海浪。 阅读(236) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示