on_open method
on_open
Defines interface for OnOpen method.
def on_open(self, descriptor, context):
...
| Parameter | Type | Description |
|---|---|---|
| descriptor | BlockSyntaxDescriptor | The description. |
| context | IBlockParsingContext | The context. |
Defines interface for OnOpen method.
def on_open(self, descriptor, context):
...
| Parameter | Type | Description |
|---|---|---|
| descriptor | BlockSyntaxDescriptor | The description. |
| context | IBlockParsingContext | The context. |