Table of Contents

Method InClassConstructor

Namespace
Alternet.Syntax.Parsers.Python.SemanticModel
Assembly
Alternet.Syntax.Parsers.Advanced.Python.v9.dll

InClassConstructor(IPythonSymbol, IList<PythonContext>)

protected bool InClassConstructor(IPythonSymbol classSymbol, IList<PythonContext> contexts)

Parameters

classSymbol IPythonSymbol
contexts IList<PythonContext>

Returns

bool

InClassConstructor(IPythonMethodSymbol, IPythonSymbol)

protected virtual bool InClassConstructor(IPythonMethodSymbol symbol, IPythonSymbol classSymbol)

Parameters

symbol IPythonMethodSymbol
classSymbol IPythonSymbol

Returns

bool