resolve_wildcards_labone#

resolve_wildcards_labone(path: str, nodes: List[str]) List[str][source]#

Resolves potential wildcards.

Also will resolve partial nodes to its leaf nodes.

Returns:

List of matched nodes in the raw path format

Parameters:
  • path (str) –

  • nodes (List[str]) –

Return type:

List[str]