Constructor PythonParser
PythonParser()
Initializes a new instance of the PythonParser class with default settings.
public PythonParser()
PythonParser(PythonLanguageServer)
public PythonParser(PythonLanguageServer languageServer)
Parameters
languageServer
PythonLanguageServer
PythonParser(IContainer)
Initializes a new instance of the PythonParser class with specified container.
public PythonParser(IContainer container)
Parameters
container
IContainerSpecifies IContainer that contains this new instance.