Class PythonParserEmbedded
- Assembly
- Alternet.Syntax.Parsers.Python.Embedded.Pyright.v9.dll
Represents a class that performs syntax and lexical analysis of specified Python code text.
[ToolboxBitmap(typeof(PythonParserEmbedded), "Images.PythonParserEmbedded.Icon.bmp")]
public class PythonParserEmbedded : PythonParser, IComponent, IDisposable, ISyntaxParser, IParser, ILexer, INotify, IUpdate, IImport, ILspDocumentProvider
- Inheritance
-
PythonParserEmbedded
- Implements
Constructors
- PythonParserEmbedded()
Initializes a new instance of the PythonParserEmbedded class with default settings.
- PythonParserEmbedded(IContainer)
Initializes a new instance of the PythonParserEmbedded class with specified container.