synt.stmt.returns
¤
Return
¤
Bases: Statement
The return statement.
Examples:
References
Source code in synt/stmt/returns.py
expression
instance-attribute
¤
|
The value to return from the function.
__init__
¤
|
Initialize the return statement.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
expression |
IntoExpression | None
|
The value to return from the function. |
None
|