摘要: """1、TypeError: a() missing 2 required positional arguments: 'self' and 'c'答: TypeError:a()缺少2个必需的位置参数:“self”和“c”1.1 TypeError: person() missing 1 req 阅读全文
posted @ 2022-03-17 19:15 zhx- 阅读(149) 评论(0) 推荐(0)
摘要: unittest 阅读全文
posted @ 2022-03-17 19:02 zhx- 阅读(25) 评论(0) 推荐(0)
摘要: File Settings-- Editor --File and Code Templates Files 选择Python Script。 设置好后,当再次创建 .py文件时,就会自动带入配置好的内容了。 PyCharm中的文件模板变量: ${project_NAME} :当前的项目名称; ${ 阅读全文
posted @ 2022-03-17 18:44 zhx- 阅读(187) 评论(0) 推荐(0)