📜  pylint 在模块 cv2 中没有名称 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:08.677000             🧑  作者: Mango

代码示例1
"python.linting.pylintArgs":["--extension-pkg-whitelist=cv2"]
 #if that still doesn't work you can also use
"python.linting.pylintArgs":["--generate-members"]