Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1019 Bytes

File metadata and controls

34 lines (23 loc) · 1019 Bytes

description: Promote a path to be a new anonymous child of its grandparent.

expression_impl.promote.promote_anonymous

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]