ActiproSoftware.Text.Languages.Python Namespace
Classes
| PythonContextLocations | Contains common context locations for a Python language. |
| PythonSyntaxLanguageExtensions | Contains extension methods that make it easier to work with Python ISyntaxLanguage objects. |
Interfaces
| IPythonClassificationTypeProvider | The base requirements of an object that provides IClassificationType objects for the Python language. |
| IPythonContext | Provides the base requirements for information about a Python language context of a certain offset within an ITextSnapshot. |
| IPythonContextLocation | Provides the base requirements for an IPythonContext location, that determines what sort of resolver results are permitted. |
| IPythonGrammarOptions | Contains options for a Python grammar. |
| IPythonParseData | Provides the base requirements of an object that stores the results of a Python language parsing operation. |
Enums
| PythonContextKind | Specifies the kind of context. |
| PythonDocstringDisplayMode | Indicates the display mode for Python docstring comments. |
| PythonGrammarRootNonTerminal | Specifies the root non-terminal to use for a Python grammar. |