description: Promote a path to be a new anonymous child of its grandparent.
View source on GitHub
|
Promote a path to be a new anonymous child of its grandparent.
expression_impl.promote.promote_anonymous(
root: expression.Expression,
p: path.Path
) -> Tuple[expression.Expression, path.Path]
View source on GitHub