Constructor PythonRepository
PythonRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the PythonRepository class with specified settings.
public PythonRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)Parameters
- documentProviderILspDocumentProvider
- ILspDocumentProviderassociated with this new instance.
- syntaxTreeISyntaxTree
- ISyntaxTreefor this new instance.