Output.getStructure¶
- Output.getStructure(link, node)[source]¶
Return a structure object for a given list of links and nodes.
- Parameters:
- link: Union[str, Sequence[str]]
The list of links that belong to the structure.
- node: Union[str, Sequence[str]]
The list of nodes that below to the structure.
- Returns:
- Structure
Structure comprised of the given links and nodes.