pylint no name in module cv2

Solutions on MaxInterview for pylint no name in module cv2 by the best coders in the world

showing results for - "pylint no name in module cv2"
Maya
14 Mar 2016
1"python.linting.pylintArgs":["--extension-pkg-whitelist=cv2"]
2 #if that still doesn't work you can also use
3"python.linting.pylintArgs":["--generate-members"]