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