alias_api.reset_pivots

alias_api.reset_pivots(*args, **kwargs)

Overloaded function.

  1. reset_pivots(nodes: collections.abc.Sequence[alias_api.AlDagNode]) -> int

    Reset the pivots of the given dag nodes to the origin.

    param nodes

    The dag nodes to reset pivots to origin.

    type nodes

    List[AlDagNode]

  2. reset_pivots(node_names: collections.abc.Sequence[str]) -> int

    Reset the pivots of the dag nodes with the given names to the origin.

    param node_names

    The names of the dag nodes to reset pivots to origin.

    type node_names

    List[str]