Constructor PythonRepository
PythonRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the PythonRepository
class with specified settings.
public PythonRepository(ILspDocumentProvider documentProvider, ISyntaxTree syntaxTree)
Parameters
documentProvider
ILspDocumentProviderILspDocumentProvider
associated with this new instance.syntaxTree
ISyntaxTreeISyntaxTree
for this new instance.