req = requests.get("google.com")
When I use the above command and I try to use the req variable, the IDE doesn't give me the available methods for the object - which is a requests.response
object. Any hint would be appreciated.
req = requests.get("google.com")
When I use the above command and I try to use the req variable, the IDE doesn't give me the available methods for the object - which is a requests.response
object. Any hint would be appreciated.
Solution:
Download and installed the newest python package - https://www.python.org
File
-> Settings
-> Project:<ProjectName>
-> Python Interpreter
-> select version.