There was an error while loading. Please reload this page.
microsoft/PTVS#731 microsoft/vscode-python#2377
from collections import namedtuple RequestStartLine = namedtuple("RequestStartLine", "method path version".split()) start_line = RequestStartLine("GET", "/query", "HTTP/1.1") print(start_line) start_line. # <- no suggestion
This needs new specializations
microsoft/PTVS#731
microsoft/vscode-python#2377
This needs new specializations