Table of Contents

Constructor PythonRepository

Namespace
Alternet.Syntax.Parsers.Python.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.Python.v9.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

owner ISyntaxParser
caseSensitive bool

Specifies CaseSensitive property of this new instance.

syntaxTree ISyntaxTree

Specifies SyntaxTree property of this new instance.