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