synt.expr.alias
¤
Alias
¤
Bases: Expression
Import alias.
Examples:
References
Source code in synt/expr/alias.py
__init__
¤
|
Initialize a new alias.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
names |
Identifier | ModPath | Expression
|
The names of the alias item. |
required |
asname |
Identifier
|
The alias name. |
required |