synt.stmt.delete
¤
Delete
¤
Bases: Statement
The del
statement.
Examples:
References
Source code in synt/stmt/delete.py
__init__
¤
|
Initialize the delete statement.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
target |
IntoExpression
|
The expression to be deleted. |
required |