当前位置:网站首页>‘module‘ object is not callable错误
‘module‘ object is not callable错误
2022-07-07 09:17:00 【ITSOK_U】
python报错:TypeError: ‘module’ object is not callable(“模块”对象不可调用)
- 具体代码贴在下面,一直找不到是哪里出错,还以为是类名写错应该是小写啥的,最后回头一看原来是我自己的py文件名也是coverage.py。
import coverage
import unittest
if __name__ == "__main__":
# 实例化对象
cov = coverage.coverage()
# 开始分析
cov.start()```
- 这就造成了导入的模块和自己写的程序文件命名一样,这里显然导入的是自己写的这个文件模块,不是引入的coverage。
- 解决办法:更改程序文件名称,如下:鼠标选中程序文件右键,或者快捷键shift+F6,
边栏推荐
- The opacity value becomes 1%
- Which securities company is the best and safest to open an account for the subscription of new shares
- CentOS系统下Redis安装和自启动配置的步骤
- 技术分享 | 抓包分析 TCP 协议
- Transaction rolled back because it has been marked as rollback only
- Compile QT project script with qmake
- "Dream Cup" 2017 Jiangsu information and future primary school summer camp it expert PK program design questions
- 关于SIoU《SIoU Loss: More Powerful Learning for Bounding Box Regression Zhora Gevorgyan 》的一些看法及代码实现
- 2021 summary and 2022 outlook
- Opencv installation and environment configuration - vs2017
猜你喜欢
通过 Play Integrity API 的 nonce 字段提高应用安全性
2021-05-21
在我有限的软件测试经历里,一段专职的自动化测试经验总结
[pyqt] the cellwidget in tablewidget uses signal and slot mechanism
高考作文,高频提及科技那些事儿……
seata 1.3.0 四种模式解决分布式事务(AT、TCC、SAGA、XA)
Vscode 尝试在目标目录创建文件时发生一个错误:拒绝访问【已解决】
测试优惠券要怎么写测试用例?
RationalDMIS2022阵列工件测量
关于在云服务器上(这里用腾讯云)安装mysql8.0并使本地可以远程连接的方法
随机推荐
如何在博客中添加Aplayer音乐播放器
The sixth training assignment
Web端自动化测试失败的原因
Shardingsphere sub database and table examples (logical table, real table, binding table, broadcast table, single table)
[untitled]
Transaction rolled back because it has been marked as rollback-only解决
Unity websocket server
2021-05-21
[untitled]
The use of list and Its Simulation Implementation
Arduino board description
Activity生命周期
QT document
从色情直播到直播电商
JS array delete the specified element
[pyqt] the cellwidget in tablewidget uses signal and slot mechanism
A case of compiling QT file qmake compiling script
After the uniapp jumps to the page in onlaunch, click the event failure solution
互联网协议
基于STC8G1K08的0.96寸IIC液晶屏驱动程序