Class PythonRepository
Represents properties and methods to perform code completion functionality for Python language.
public class PythonRepository : LspRepository, ICodeCompletionRepository, IDisposable, ILspDocumentProvider
- Inheritance
-
PythonRepository
- Implements
Constructors
- PythonRepository(ILspDocumentProvider, ISyntaxTree)
Initializes a new instance of the
PythonRepository
class with specified settings.