Constructor PythonRepository
- Namespace
- Alternet.Syntax.Parsers.Python.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.Python.v10.dll
PythonRepository(ISyntaxParser, bool, ISyntaxTree)
Initializes a new instance of the CsRepository class with specified settings.
public PythonRepository(ISyntaxParser owner, bool caseSensitive, ISyntaxTree syntaxTree)
Parameters
ownerISyntaxParsercaseSensitiveboolSpecifies CaseSensitive property of this new instance.
syntaxTreeISyntaxTreeSpecifies SyntaxTree property of this new instance.