You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using Intellisense + Pylance Extension in VS Code.
In the following code, the autocompletion doesn’t show getcode() as an option when writing “f.” in the last line. (The completion works fine for “urlib.” and “urllib.request.”)
Currently using Intellisense + Pylance Extension in VS Code.
In the following code, the autocompletion doesn’t show getcode() as an option when writing “f.” in the last line. (The completion works fine for “urlib.” and “urllib.request.”)
`import urllib.request
import urllib.parse
f = urllib.request.urlopen("https://www.microsoft.com")
f.getcode()`
The text was updated successfully, but these errors were encountered: