0
I was able to solve my problem by updating the Python interpreter inside Pycharm.
1) First click on the top tab in File ->Settings.
2) I clicked on Project: Untitled (Name of my project) -> Project interpreter -> Show All..
3) The next step was to add interpreter(+).
4) Finally, I entered Virtualenv Environment, selected New Nvironment, selected the Python interpreter in Base interprete. Then I marked the options and clicked OK.
Pycharm made some upgrades of the interpreter and when finished it started to show all the methods belonging to the class. The process is the same on both Linux and Windows.
https://answall.com/questions/306887
– NoobSaibot