vscode pygame has no init member code example
Example 1: module pygame has no member
"""If you are using pylint on Visual Studio Code write
this line at the beginning of the program :"""
# pylint: disable=no-member
"""the rest of the program :"""
x = bla bla
....
Example 2: module 'pygame' has no 'init' member
"python.linting.pylintArgs": [
"--extension-pkg-whitelist=lxml" // The extension is "lxml" not "1xml"
]