In This Article

PythonGrammar Class

Represents a Grammar for the Python language.

public class PythonGrammar : Grammar, IKeyedObject
Inheritance:
object Grammar object
Implements:
IKeyedObject

Constructors

PythonGrammar()

Initializes a new instance of the PythonGrammar class using default options.

public PythonGrammar()

PythonGrammar(IPythonGrammarOptions)

Initializes a new instance of the PythonGrammar class using default options.

public PythonGrammar(IPythonGrammarOptions options)
Parameter Type Description
options IPythonGrammarOptions

An IPythonGrammarOptions that contains options for the grammar.

Inherited Members