Table of Contents

Constructor PythonRepository

Namespace
Alternet.Syntax.Parsers.Lsp.Python
Assembly
Alternet.Syntax.Parsers.Python.v9.dll

PythonRepository(ILspDocumentProvider, ISyntaxTree)

Initializes a new instance of the PythonRepository class with specified settings.

public PythonRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)

Parameters

documentProvider ILspDocumentProvider

ILspDocumentProvider associated with this new instance.

syntaxTree ISyntaxTree

ISyntaxTree for this new instance.